Forj - SQLite ORM and Query Builder
JSON →Forj is a lightweight, dependency-free SQLite ORM and Query Builder for Node.js 18+. Version 0.1.11 supports schema migrations, query building, and an active record-like ORM pattern. Unlike heavier ORMs like Sequelize or Knex, Forj has zero dependencies and focuses on SQLite exclusively, making it ideal for embedded databases and serverless environments. It provides both a fluent query builder and a resource-based ORM with support for transactions, migrations, and model definitions. The package is released under the MIT license and follows semantic versioning.