mssql_orm 0.2.0
mssql_orm: ^0.2.0 copied to clipboard
Typed query builder and database-first ORM for SQL Server, on top of the mssql_native driver.
Examples #
This package includes a complete database-first example under example/db.
generated/shows replaceable output produced from a SQL Server schema.models/shows application-owned row subclasses.extensions/shows application-owned query scopes.queries/contains hand-written SQL that becomes typed database methods.mssql_orm.yamlis the generator configuration used by the example.
Start with the package README, then use the focused ORM examples or query builder examples.
Generated files are included to make the resulting API inspectable. Do not
edit files under example/db/generated; regenerate them with
mssql_orm_dev.