relational-database.md

July 15, 2021 ยท View on GitHub

Bookmarks tagged [relational-database]

www.codever.land/bookmarks/t/relational-database

postgrest

https://github.com/begriffs/postgrest

Serve a fully RESTful API directly from an existing PostgreSQL database.


MySQL HTTP plugin

http://blog.ulf-wendel.de/2014/mysql-5-7-http-plugin-mysql/

Simple REST-like / CRUD server for any MySQL database.


pREST

https://github.com/prest/prest

A fully RESTful API from any existing PostgreSQL database written in Go.


avatica

https://github.com/apache/calcite-avatica-go

Apache Avatica/Phoenix SQL driver for database/sql.


bgc

https://github.com/viant/bgc

Datastore Connectivity for BigQuery for go.


firebirdsql

https://github.com/nakagami/firebirdsql

Firebird RDBMS SQL driver for Go.


go-adodb

https://github.com/mattn/go-adodb

Microsoft ActiveX Object DataBase driver for go that uses database/sql.


go-mssqldb

https://github.com/denisenkom/go-mssqldb

Microsoft MSSQL driver for Go.


go-oci8

https://github.com/mattn/go-oci8

Oracle driver for go that uses database/sql.


go-sql-driver/mysql

https://github.com/go-sql-driver/mysql

MySQL driver for Go.


go-sqlite3

https://github.com/mattn/go-sqlite3

SQLite3 driver for go that uses database/sql.


gofreetds

https://github.com/minus5/gofreetds

Microsoft MSSQL driver. Go wrapper over FreeTDS.


goracle

https://github.com/go-goracle/goracle

Oracle driver for Go, using the ODPI-C driver.


pgx

https://github.com/jackc/pgx

PostgreSQL driver supporting features beyond those exposed by database/sql.


pq

https://github.com/lib/pq

Pure Go Postgres driver for database/sql.


Django Models

https://docs.djangoproject.com/en/dev/topics/db/models/

A part of Django.


SQLAlchemy

https://www.sqlalchemy.org/

The Python SQL Toolkit and Object Relational Mapper.


awesome-sqlalchemy

https://github.com/dahlia/awesome-sqlalchemy

A curated list of awesome tools for SQLAlchemy. Contribute to dahlia/awesome-sqlalchemy development by creating an account on GitHub.


dataset

https://github.com/pudo/dataset

Store Python dicts in a database - works with SQLite, MySQL, and PostgreSQL.


orator

https://github.com/sdispater/orator

The Orator ORM provides a simple yet beautiful ActiveRecord implementation.


peewee

https://github.com/coleifer/peewee

A small, expressive ORM.


pony

https://github.com/ponyorm/pony/

ORM that provides a generator-oriented interface to SQL.


pydal

https://github.com/web2py/pydal/

A pure Python Database Abstraction Layer.