Skip to content

Amitminer/AioDatabase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages