Uranio
JSON →Uranio is a type-safe ODM/ORM for MongoDB, MySQL, and PostgreSQL that generates query methods from TypeScript interfaces extending uranio.atom. Current stable version is 1.4.1. It eliminates the need for a separate Data Access Layer by parsing types at build time and creating a client with collection/table-specific methods. Key differentiators include full TypeScript type safety, support for multiple databases, minimal boilerplate, and peer dependencies only for the database drivers actually used. It supports connection pooling for MySQL and PostgreSQL, custom timezone configuration for MySQL, and works with MongoDB >=7.0, mysql2 >=3.16.0, and pg (PostgreSQL).