embedded-postgres
Postgres runtime
A Go library that runs a full-fledged Postgres database locally on any platform without requiring external dependencies.
Run a real Postgres database locally on Linux, OSX or Windows as part of another Go application or test
868 stars
8 watching
89 forks
Language: Go
last commit: 3 months ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
datawan-labs/pg | A client-side PostgreSQL app with a query playground and ERD schema generator for learning and development purposes | 349 |
fs02/grimoire | A Go-based ORM that simplifies database interactions by providing a flexible query API and built-in validation. | 164 |
pganalyze/libpg_query | A C library that parses and analyzes PostgreSQL queries to extract internal parse trees | 1,210 |
goanywhere/rex | A modular web development framework that provides a lightweight and flexible way to build scalable web applications in Go. | 33 |
jeroenrinzema/psql-wire | A pure Go implementation of the PostgreSQL wire protocol. | 108 |
hasura/pgdeltastream | A service to stream Postgres changes over websockets using logical replication | 253 |
antonlindstrom/pgstore | A session store backend for the gorilla/sessions package using PostgreSQL as the underlying storage | 92 |
demetrixbio/fsharp.data.npgsql | An F# type provider library for accessing and manipulating data in PostgreSQL databases. | 127 |
rapidloop/pgmetrics | A tool to collect and display performance metrics from a running PostgreSQL server | 965 |
pgrouting/pgrouting | A routing and network analysis library for PostgreSQL. | 1,168 |
allaboutapps/integresql | Manages isolated PostgreSQL databases for integration tests | 752 |
leaanthony/debme | A utility for managing embedded filesystems in Go applications | 32 |
public-transport/gtfs-via-postgres | An application that imports and manages GTFS Static/Schedule data in a PostgreSQL database | 93 |
robinjoseph08/go-pg-migrations | A tool to help manage migrations for a PostgreSQL database using Go and go-pg. | 84 |
dataegret/pg-utils | A collection of PostgreSQL utility scripts providing various DBA tools and query analysis capabilities | 1,043 |