Skip to content

zachnicoll/fazor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fazor logo

Tired of using dotnet Entity Framework for your database migrations? Try fazor!

Usage

Initialise Fazor

$ fazor init

New Migration

$ fazor new

Upgrade

$ fazor upgrade --host localhost --port 5432 --user username --pass password --database my_db

Downgrade

$ fazor downgrade --host localhost --port 5432 --user username --pass password --database my_db

Note

--host and --port will default to localhost and 5432 if not supplied

Get Some Help

$ fazor help

About

F# migration tool for PostgreSQL databases

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages