Skip to content

Flaeng/NPoco.Migrations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NPoco.Migrations

Mission: Making migrations, for databasetypes supported by NPoco, as easy as making a query for NPoco.

Check the wiki for current status, getting started and roadmap.

NuGet NuGet

NuGet NuGet

Supported databasetypes

Please be aware that not all databasetypes that are supported by NPoco is supported by NPoco.Migrations.

Current support:

SqlServer2012 Supported

SqlServer2008 Supported

SqlServer2005 Supported

PostgreSQL Not tested/supported

Oracle Not tested/supported

OracleManaged Not tested/supported

MySQL Not tested/supported

SQLite Supported

SQLCe Supported

Firebird Semi supported

Firebird cannot handle DateTimeOffset, Guid, Byte[], Char[] and object-column types or autoincremented primary keys yet

Current priorities

These are just my priorities - Fell free to submit a pull request that creates support for any of the databasetypes not yet supported.

  1. Firebird support
  2. MySql support
  3. PostgreSQL support
  4. (everything else)

About

Making migrations, for databasetypes supported by NPoco, as easy as making a query for NPoco

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages