Skip to content

Releases: enimatek-nl/small-orm-sqlite

0.2.1

07 Apr 14:40
2d6ef6a
Compare
Choose a tag to compare
Update SmallSQLite.ts

pinned sqlite to v2.5.0

0.2.0

11 Dec 16:30
Compare
Choose a tag to compare

Be aware there are breaking changes with 0.1.5

  • Classnames have been renamed eg. SmallSQLiteORM changed into SSQL.
  • All methodcalls use the SSQLQuery object instead with more options.

0.1.5

02 Nov 16:19
Compare
Choose a tag to compare
fixed bug where empty colmn queries failed

0.1.4

31 Oct 10:10
09ae659
Compare
Choose a tag to compare

Fixed documentation links.

0.1.3

31 Oct 10:05
Compare
Choose a tag to compare

Improved documentation.

0.1.2

29 Oct 19:29
Compare
Choose a tag to compare

Quick fix for having multiple different entities in the ORM constructor.

0.1.1

29 Oct 19:00
Compare
Choose a tag to compare

Added .delete() and to .findMany() the options limit & offset.

0.1.0

29 Oct 15:46
Compare
Choose a tag to compare

First public release.