Type Driven Database Framework.
- Compatibility. Complete driver-independent. Supports many drivers with a unified API.
- Powerful. It can do everything that SQL can do, even though you are not using SQL drivers.
- Well-typed. Minato is written with TypeScript, and it provides top-level typing support.
- Extensible. Simultaneous access to different databases based on your needs.
- Modern. Perform all the operations with a JavaScript API or even in the browser with low code.
| Driver | Version | Notes |
|---|---|---|
| Memory | In-memory driver support | |
| MongoDB | ||
| MySQL | MySQL 5.7+, MariaDB 10.5 | |
| PostgreSQL | PostgreSQL 14+ | |
| SQLite |
Click here for more details.