mssql_orm 0.2.0 copy "mssql_orm: ^0.2.0" to clipboard
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.

example/README.md

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.yaml is 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.

0
likes
160
points
155
downloads

Documentation

API reference

Publisher

verified publisheraksoyhlc.net

Weekly Downloads

Typed query builder and database-first ORM for SQL Server, on top of the mssql_native driver.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

collection, crypto, meta, mssql_native

More

Packages that depend on mssql_orm