File tree 2 files changed +4
-15
lines changed
2 files changed +4
-15
lines changed Original file line number Diff line number Diff line change 1
- * @ anand2312
1
+ * @ silentworks
2
+ * @ grdsdev
Original file line number Diff line number Diff line change 1
1
# postgrest-py
2
2
3
- [ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-green.svg?label=license )] ( https://opensource.org/licenses/MIT )
4
- [ ![ CI] ( https://github.com/supabase-community/postgrest-py/actions/workflows/ci.yml/badge.svg )] ( https://github.com/supabase-community/postgrest-py/actions/workflows/ci.yml )
5
- [ ![ Python] ( https://img.shields.io/pypi/pyversions/postgrest-py )] ( https://pypi.org/project/postgrest-py )
6
- [ ![ Version] ( https://img.shields.io/pypi/v/postgrest-py?color=%2334D058 )] ( https://pypi.org/project/postgrest-py )
7
- [ ![ Codecov] ( https://codecov.io/gh/supabase-community/postgrest-py/branch/master/graph/badge.svg )] ( https://codecov.io/gh/supabase-community/postgrest-py )
8
- [ ![ Last commit] ( https://img.shields.io/github/last-commit/supabase-community/postgrest-py.svg?style=flat )] ( https://github.com/supabase-community/postgrest-py/commits )
9
- [ ![ GitHub commit activity] ( https://img.shields.io/github/commit-activity/m/supabase-community/postgrest-py )] ( https://github.com/supabase-community/postgrest-py/commits )
10
- [ ![ Github Stars] ( https://img.shields.io/github/stars/supabase-community/postgrest-py?style=flat&logo=github )] ( https://github.com/supabase-community/postgrest-py/stargazers )
11
- [ ![ Github Forks] ( https://img.shields.io/github/forks/supabase-community/postgrest-py?style=flat&logo=github )] ( https://github.com/supabase-community/postgrest-py/network/members )
12
- [ ![ Github Watchers] ( https://img.shields.io/github/watchers/supabase-community/postgrest-py?style=flat&logo=github )] ( https://github.com/supabase-community/postgrest-py )
13
- [ ![ GitHub contributors] ( https://img.shields.io/github/contributors/supabase-community/postgrest-py )] ( https://github.com/supabase-community/postgrest-py/graphs/contributors )
14
-
15
3
[ PostgREST] ( https://postgrest.org ) client for Python. This library provides an "ORM-like" interface to PostgREST.
16
4
17
5
## INSTALLATION
18
6
19
7
### Requirements
20
8
21
9
- Python >= 3.9
22
- - PostgreSQL >= 12
23
- - PostgREST >= 7
10
+ - PostgreSQL >= 13
11
+ - PostgREST >= 11
24
12
25
13
### Local PostgREST server
26
14
You can’t perform that action at this time.
0 commit comments