DEV Community

5elenay
5elenay

Posted on

Postgrey - Simple, Fast & Async Library for PostgreSQL

Postgrey

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

Links

Installation

Just type pip install postgrey to your favorite terminal and you are ready to go!

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 GitHub for documentation.

Latest comments (0)