Get the latest tech news

Flyweight: A Node.js ORM Specifically for SQLite


An ORM for SQLite. Contribute to thebinarysearchtree/flyweight development by creating an account on GitHub.

Flyweight combines a very simple API for performing basic operations, with the ability to create SQL queries that are parsed by the ORM. When creating SQL queries, make sure you give an alias to any columns in the select statement that don't have a name. If you want to include dynamic content that cannot be parameterized, you should use the${column} format and then pass in a second argument when calling the SQL statement in JavaScript.

Get the Android app

Or read this on Hacker News

Read more on:

Photo of orm

orm