awesome-postgres icon indicating copy to clipboard operation
awesome-postgres copied to clipboard

A curated list of awesome PostgreSQL software, libraries, tools and resources, inspired by awesome-mysql

Results 102 awesome-postgres issues
Sort by recently updated
recently updated
newest added

add sqlline - cli with autocompletion, syntax highlighting, supporting pgSQL more feature description are available at sqlline demos page https://github.com/julianhyde/sqlline/wiki/Demos

knex is a universal sql query builder which supports postgres

https://github.com/dhamaniasad/awesome-postgres/pull/287

Added Security category, add Acra. [Acra](https://github.com/cossacklabs/acra) is a database security proxy that helps developer to encrypt data before storing in the database ("transparent field level encryption").

adding planter entry - Generate PlantUML ER diagram textual description from PostgreSQL tables

https://github.com/digoal/blog/blob/master/README.md 4912 stars

Provides utilities for Postgres database schema versioning.

Added blog post on aggregating range types

Add [Flyway](https://flywaydb.org/). Develop Postgres DBs using migration scripts. Features: - SQL-based migrations - Java-based migrations - Repeatable migrations - Placeholder replacement - Callbacks - Custom migration resolvers/executors - Safe for...