2
0
Fork 0
mirror of https://github.com/Vonng/ddia.git synced 2026-06-21 00:47:05 +08:00
ddia/pg/README.md
2018-02-08 14:07:06 +08:00

854 B

PostgreSQL Notes

SQL Language

  • PostgreSQL字面值

Adminstration

Client Interface

  • Python: psycopg2
  • Go: lib/pq, go-pg, jackc/pgx

Server Programming

PostgreSQL Internal

Foreign Data Wrapper

PostGIS

Tricks