AioDatabase is a simple database abstraction layer for SQLite and MySQL.
- Supports both SQLite and MySQL databases.
- Provides a convenient interface for executing SQL queries.
- Easy to set up and use.
You can install AioDatabase using pip:
pip install aiodatabase
AioDatabase requires a configuration file (config.yml
) and an SQL queries file (queries.sql
) to connect to the database and execute queries. Sample configurations are provided in the repository.
For a practical example of how to use AioDatabase, check out the AioDatabase-Example repository. It contains sample code demonstrating how to integrate and use AioDatabase in a project.
Contributions are welcome! If you encounter any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.