KohanaJS ORM Framework
JSON →KohanaJS is a Node.js ORM framework inspired by PHP Kohana, providing a code generator for database schema, ORM models, and site structure. Current stable version is 11.11.6, released on 2024-01-01 with monthly patch releases. It integrates Fastify as the default web server and Better SQLite3 for database. Key differentiators include automatic model generation from database tables, a modular MVC structure, and support for multiple databases via SQLite3. Unlike other ORMs like Sequelize or Prisma, KohanaJS offers a more opinionated, convention-over-configuration approach.