igor
PostgreSQL abstraction library
An abstraction layer for PostgreSQL that provides a GORM-like syntax for CRUD operations and supports prepared statements, transactions, and JSON types.
igor is an abstraction layer for PostgreSQL with a gorm like syntax.
125 stars
10 watching
4 forks
Language: Go
last commit: 7 months ago
Linked from 2 awesome lists
abstractiondbmsgogolanggormigorpostgresqlprepared-statements
Related projects:
Repository | Description | Stars |
---|---|---|
fs02/grimoire | A Go-based ORM that simplifies database interactions by providing a flexible query API and built-in validation. | 164 |
sergeych/node-prego | A Node.js library for simplified Postgres database access and manipulation with minimalistic migrations and models. | 16 |
philippgille/gokv | Provides a unified interface to various key-value store and caching solutions for Go programming language | 746 |
nikita-volkov/hasql-th | A Haskell library for compiling Postgres queries into domain-specific types at compile-time. | 112 |
gotcha/ipdb | An integration of IPython's debugger into the pdb module | 1,863 |
pganalyze/libpg_query | A C library that parses and analyzes PostgreSQL queries to extract internal parse trees | 1,210 |
alexeyco/pig | A pgx wrapper that simplifies executing and scanning query results in PostgreSQL databases | 16 |
zalando/spilo | A highly available PostgreSQL cluster setup using Docker and Patroni | 1,567 |
arenadotio/pgx | A pure OCaml PostgreSQL client library with support for asynchronous and lightweight operations | 122 |
ged/ruby-pg | A PostgreSQL interface library for Ruby | 796 |
sashabaranov/pike | Tools for generating CRUD gRPC backends from YAML descriptions | 312 |
jinzhu/gorm | An ORM library for Go that enables interactive and declarative database interactions using a high-level API. | 640 |
haskellari/postgresql-simple | A Haskell client library providing a simple interface to PostgreSQL databases. | 88 |
aliuygur/gores | Utility library providing a set of pre-built HTTP response handlers for building RESTful APIs. | 104 |
dimitri/pgcopydb | Automates copying of databases between Postgres servers with parallel processing and streaming capabilities. | 1,192 |