Metadata-Version: 2.4
Name: coffeeql
Version: 0.3.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Rust
Classifier: Topic :: Database
Classifier: Topic :: Software Development :: Libraries
Requires-Dist: asyncpg>=0.29 ; extra == 'all'
Requires-Dist: motor>=3.3 ; extra == 'all'
Requires-Dist: aiomysql>=0.2 ; extra == 'all'
Requires-Dist: redis[hiredis]>=5.0 ; extra == 'all'
Requires-Dist: motor>=3.3 ; extra == 'mongodb'
Requires-Dist: aiomysql>=0.2 ; extra == 'mysql'
Requires-Dist: asyncpg>=0.29 ; extra == 'postgres'
Requires-Dist: redis[hiredis]>=5.0 ; extra == 'redis'
Provides-Extra: all
Provides-Extra: mongodb
Provides-Extra: mysql
Provides-Extra: postgres
Provides-Extra: redis
Summary: CoffeeQL — Universal query orchestration. One syntax. Any database.
Keywords: database,query,sql,mongodb,redis,postgresql
License: MIT
Requires-Python: >=3.9
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Documentation, https://coffeeql.dev
Project-URL: Homepage, https://coffeeql.dev
Project-URL: Repository, https://github.com/KhushviB/coffeeql

# CoffeeQL Python Package`n`nOne syntax. Any database.`n`n\`\`\`bash`npip install coffeeql`n\`\`\`"

