Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

MattLisson/ZenSQLite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

581 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQLite-net Incompatible Fork Edition

New Features

  • Explicit configuration via SQLiteConfig builder.
  • Version rewind with SQLiteConfig.AsVersion(x).
  • Easily configured migrations with: SQLiteConfig.AddMigration(versionFrom, versionTo, (SQLiteConnection conn) => {});
  • Foreign Key support (Via the ForeignKeyAttribute).
  • Custom column type conversions with SQLiteConfig.AddType. (I use it to include NodaTime types in my Table definitions)
  • ManyToManyAttribute makes it a little easier to use ForeignKeys.

Broken things

  • Removed default support for DateTimes, StringBuilder and other object types (except for Guid).
    • Easily readded with SQLiteConfig.AddType(/* conversion functions */).
  • Split classes into separate files for my sanity. This combined with the divergent design means no updates from upstream.

About

Simple, powerful, cross-platform SQLite client and ORM for .NET

Resources

License

Stars

2 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors

Languages

  • C# 100.0%