-
Updated
Oct 25, 2020 - Python
PostgreSQL
PostgreSQL is a database management system that is object-relational. PostgreSQL originated from the Ingres project at the University of California, Berkeley.
Here are 2,337 public repositories matching this topic...
-
Updated
Nov 24, 2020 - Python
-
Updated
Jun 20, 2020 - Python
-
Updated
Nov 25, 2020 - Python
-
Updated
Nov 9, 2020 - Python
-
Updated
Nov 24, 2020 - Python
-
Updated
Mar 29, 2020 - Python
-
Updated
Nov 23, 2020 - Python
-
Updated
Nov 18, 2020 - Python
-
Updated
Nov 11, 2020 - Python
Example of usage:
users = await User.filter(first_name__ilike="c%r")
I know this can be done with startswith and endswith, but there are cases where using the LIKE operator is better:
users = await User.filter(first_name__ilike="j_r%")
This would be used to match Jeremy, Jorge, Jordan...
-
Updated
Nov 24, 2020 - Python
-
Updated
Nov 25, 2020 - Python
-
Updated
Nov 23, 2020 - Python
-
Updated
May 25, 2020 - Python
-
Updated
Nov 23, 2020 - Python
-
Updated
Sep 12, 2020 - Python
-
Updated
Nov 4, 2020 - Python
-
Updated
Jun 5, 2020 - Python
-
Updated
Nov 13, 2020 - Python
-
Updated
Oct 5, 2020 - Python
-
Updated
Feb 7, 2020 - Python
Improve the CI
Feature Request
Describe the solution you'd like
Improve github actions
- Lint the code.
- Run functional tests. See #360
- Run tests for djongo
- Include coveralls / coverage after last success.
- Set up action for when pushing a tag. Should be some kind of release. See #326
PR link
See #368 where we remove travis and replace it with github actions.
Include signals
-
Updated
Jun 9, 2020 - Python
-
Updated
Nov 12, 2020 - Python
-
Updated
Nov 23, 2020 - Python
Created by Michael Stonebraker
Released July 8, 1996
- Repository
- postgres/postgres
- Website
- www.postgresql.org
- Wikipedia
- Wikipedia
I am using PG server in a certificate pinned environment. In Python / SQLAlchemy, this is the following code needed to connect:
Does Migra support this? I