An open API service indexing awesome lists of open source software.

https://github.com/lion-packages/database

Package responsible for generating and executing statements for databases (MySQL/PostgreSQL/SQLite).
https://github.com/lion-packages/database

database mysql php postgresql sql sqlite

Last synced: 5 months ago
JSON representation

Package responsible for generating and executing statements for databases (MySQL/PostgreSQL/SQLite).

Awesome Lists containing this project

README

          



presentation-lion-packages



Latest Stable Version


Total Downloads


License


PHP Version Require

🚀 **Lion-Database** Package responsible for generating and executing statements for databases (MySQL/PostgreSQL/SQLite).

---

## 📖 Features

✔️ Support for multiple database connections.
✔️ Native classes for database drivers: MySQL, PostgreSQL, SQLite.
✔️ Classes for creating complete schemas with MySQL drivers.

---

## 📦 Installation

Install the database using **Composer**:

```bash
composer require lion/database
```

## 📝 License

The database is open-sourced software licensed under the [MIT License](https://github.com/lion-packages/database/blob/main/LICENSE).