A quick update about the project.

Thanks to [alaviss](https://github.com/alaviss), SQLite backend supports 
onUpdate and onDelete pragmas, foreign key handling now works (even with 
multiple FKs).

getOne can retrieve a record not only by ID, but also by condition.

getMany and getOne procs now support safe value substitution when constructing 
queries, so you can safely pass user-provided data to it.

There's a breaking change: instead of `where` and `orderBy`, we now have a 
single `cond` arg.

Feel free to use, report issues, and contribute: 
[https://github.com/moigagoo/norm](https://github.com/moigagoo/norm)

Reply via email to