aiodatabase

AioDatabase is a simple database abstraction layer for SQLite and MySQL.


License
MIT
Install
pip install aiodatabase==1.0.0

Documentation

AioDatabase

AioDatabase is a simple database abstraction layer for SQLite and MySQL.

Features

  • Supports both SQLite and MySQL databases.
  • Provides a convenient interface for executing SQL queries.
  • Easy to set up and use.

Installation

You can install AioDatabase using pip:

pip install aiodatabase

Configuration

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.

Example Usage

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.

Contributing

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.

License

This project is licensed under the MIT License - see the LICENSE file for details.