trestle 0.11.1 copy "trestle: ^0.11.1" to clipboard
trestle: ^0.11.1 copied to clipboard

Dart 1 only

Database gateway and ORM

0.11.0 #

Bub fixes

  • Fix bug #7 where models could not have void methods.

0.10.0 #

Additions

  • Added back SQLite support via the newly updated sqlite package.
final gateway = new Gateway(
  // driver: new SqliteDriver.inMemory()
  driver: new SqliteDriver('path/to/database.db')
)

0.9.0 #

Bug fixes

  • The .unique() constraint on a schema column now correctly outputs UNIQUE in SQLDriver.

0.7.0 #

Breaking!

  • Removing SQLite implementation because it is simply not working well. Apps depending on the SQLite driver must stay <0.7.0.

Additions

  • Added a JSON data type (#5)
0
likes
20
pub points
1%
popularity

Publisher

unverified uploader

Database gateway and ORM

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

postgresql, sqlite, sqljocky

More

Packages that depend on trestle