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

outdatedDart 1 only

Database gateway and ORM

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
2%
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