Alpha ORM
JSON →Alpha ORM is a zero-configuration JavaScript ORM that automatically creates tables and columns, supporting MySQL, SQLite, and PostgreSQL. Version 1.2.18 is the latest stable release. Unlike traditional ORMs that require schema definitions and migrations, Alpha ORM dynamically infers the schema from usage, allowing developers to create, read, update, and delete records without any setup beyond database connection. It is designed for rapid prototyping and simple applications where schema flexibility is paramount, sacrificing type safety and explicit schema control for ease of use. The package is published on npm as 'orm-alpha' with minimal dependencies.
Resources
packageorm-alpha ↗