Skip to content

v1.0.0

Compare
Choose a tag to compare
@andykais andykais released this 05 Jan 04:44
· 87 commits to main since this release

initial release! Torm currently contains:

  • type safe queries
  • deno sqlite_native driver support
  • a migration system
  • a built in schemas model
  • field support for string, number, datetime and json, all of which can be declared .optional() or with .default(value)