Contents Menu Expand Light mode Dark mode Auto light/dark mode
postgrest-py 0.15.0 documentation
postgrest-py 0.15.0 documentation

Contents:

  • API Reference
    • Client
    • Request Builders
    • Filters
    • Responses
    • Types
    • Exceptions
  • Examples
    • Basic Queries
    • Logging Requests
Back to top
Edit this page

Welcome to postgrest-py’s documentation!#

PostgREST client library for Python. This library provides an ORM interface to PostgREST.

Attention

This library is currently unstable. If you find any bugs, please file an issue.

Installation#

Requirements:

  • Python >= 3.7

With pip:

pip install postgrest-py

With poetry:

poetry add postgrest-py

Contents:

  • API Reference
    • Client
    • Request Builders
    • Filters
    • Responses
    • Types
    • Exceptions
  • Examples
    • Basic Queries
    • Logging Requests
Next
API Reference
Copyright © 2022, Anand Krishna, Daniel Reinón García, Joel Lee, Leynier Gutiérrez González
Made with Sphinx and @pradyunsg's Furo