https://github.com/paroi-tech/ladc
LADC, a Layer Above Database Connectors, provides a common API inspired from PDO and JDBC, for Node.js.
https://github.com/paroi-tech/ladc
Last synced: about 1 year ago
JSON representation
LADC, a Layer Above Database Connectors, provides a common API inspired from PDO and JDBC, for Node.js.
- Host: GitHub
- URL: https://github.com/paroi-tech/ladc
- Owner: paroi-tech
- License: cc0-1.0
- Created: 2018-03-12T09:53:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-07-20T19:49:50.000Z (almost 4 years ago)
- Last Synced: 2025-04-12T23:55:13.941Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 578 KB
- Stars: 10
- Watchers: 1
- Forks: 3
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Monorepo for LADC
[](https://travis-ci.com/paroi-tech/ladc)
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”.
## Projects
- [ladc](https://github.com/paroi-tech/ladc/tree/master/ladc);
- [@ladc/pg-adapter](https://github.com/paroi-tech/ladc/tree/master/pg-adapter) for **Postgresql**, using the _pg_ connector;
- [@ladc/mysql-adapter](https://github.com/paroi-tech/ladc/tree/master/mysql-adapter) for **MariaDB** and **MySQL**, using the _mysql_ connector;
- [@ladc/mysql2-adapter](https://github.com/paroi-tech/ladc/tree/master/mysql2-adapter) for **MariaDB** and **MySQL**, using the _mysql2_ connector;
- [@ladc/sqlite3-adapter](https://github.com/paroi-tech/ladc/tree/master/sqlite3-adapter) for **SQLite**, using the _sqlite3_ connector.