Metadata-Version: 2.2
Name: sql1
Version: 0.1.2
Summary: An asynchronous Python ORM that supports MySQL, SQLite, and PostgreSQL with robust performance and easy-to-use interface.
Home-page: https://github.com/NuoQte/sql1
Author: NuoQTe
Author-email: nuoqte@gmail.com
License: MIT
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: APScheduler==3.10.4
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: requires-dist
Dynamic: summary

# Sql1

"An asynchronous Python ORM that supports MySQL, SQLite, and PostgreSQL with robust performance and easy-to-use interface."  
  
**sql1** supports the modules **aiomysql**, **aiosqlite**, and **asyncpg**.



### Install
```bash
pip3 install -U sql1
``` 


### Documens
[Click here to view the documents.](https://github.com/NuoQTe/sql1/blob/main/doc/install.md)


### notes

> Our library is currently in beta, but its syntax will remain unchanged in future updates. We invite all enthusiasts to collaborate with us and be a part of this exciting journey.



  
## License

This project is licensed under the MIT License. See the [LICENSE](https://github.com/NuoQTe/sql1/blob/main/LICENSE) file for details.

<a href="https://pypi.org/project/sql1/"><img src="https://img.shields.io/badge/sql1-0.1.2-1B1B1B?style=plastic&labelColor=2C5857"></a> 

## Contact the Developer
- **Telegram**: [t.me/codetics](https://t.me/codetics)

---
