postgrey

🐘 Simple, Fast, Async & ORM PostgreSQL database client based on Asyncpg for Python.


Keywords
postgres, postgresql, orm, database, client, fast, asyncio, python, database-client
License
MIT
Install
pip install postgrey==0.0.1

Documentation

Postgrey

Version Downloads Stars Commits

🐘 Simple, Fast, Async & ORM PostgreSQL database client based on Asyncpg for Python.

Features

  • Simple: You can learn Postgrey in less than a hours!
  • Fast: Since Postgrey is based on Asyncpg, Postgrey is really fast.
  • Secure: Postgrey has SQL injection protection.
  • ORM: You don't need to learn SQL for your apps.
  • Freedom: If you are a SQL master, you still can execute SQL commands.
  • Asyncpg: You easily can use Asyncpg in Postgrey.

Documentation

Check /docs/ folder for documentation.

About

  • Version: 0.0.1
  • Requires: Python 3.6 >=
  • Links: PyPi | GitHub