BitBadger.Documents
Upgrade from v2.x to v3
(this page is a work-in-progress)
- Drop
Npgsql
from namespace (BitBadger.Npgsql.Documents
becomesBitBadger.Documents
) - Add implementation (PostgreSQL namespace is
BitBadger.Documents.Postgres
, SQLite isBitBadger.Documents.Sqlite
) - Both C# and F# idiomatic functions will be visible when those namespaces are
import
ed oropen
ed - There is a
Field
constructor for creating field conditions (though look at v4's changes here as well)