Releases: enimatek-nl/small-orm-sqlite
Releases · enimatek-nl/small-orm-sqlite
0.2.1
Update SmallSQLite.ts
pinned sqlite to v2.5.0
0.2.0
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
fixed bug where empty colmn queries failed
0.1.4
Fixed documentation links.
0.1.2
Quick fix for having multiple different entities in the ORM constructor.
0.1.1
Added .delete() and to .findMany() the options limit & offset.