LADC is a common API on top of relational database (SQL) connectors. It can connect to Postgresql, MariaDB / MySQL, SQLite. The API is inspired from PDO and JDBC. It’s named LADC for “a Layer Above Database Connectors”.
- ladc;
- @ladc/pg-adapter for Postgresql, using the pg connector;
- @ladc/mysql-adapter for MariaDB and MySQL, using the mysql connector;
- @ladc/mysql2-adapter for MariaDB and MySQL, using the mysql2 connector;
- @ladc/sqlite3-adapter for SQLite, using the sqlite3 connector.