Skip to content

Latest commit

 

History

History
162 lines (138 loc) · 8.24 KB

relational-database.md

File metadata and controls

162 lines (138 loc) · 8.24 KB

Bookmarks tagged [relational-database]

https://github.com/begriffs/postgrest

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


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

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


https://github.com/prest/prest

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


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

Apache Avatica/Phoenix SQL driver for database/sql.


https://github.com/viant/bgc

Datastore Connectivity for BigQuery for go.


https://github.com/nakagami/firebirdsql

Firebird RDBMS SQL driver for Go.


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

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


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

Microsoft MSSQL driver for Go.


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

Oracle driver for go that uses database/sql.


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

MySQL driver for Go.


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

SQLite3 driver for go that uses database/sql.


https://github.com/minus5/gofreetds

Microsoft MSSQL driver. Go wrapper over FreeTDS.


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

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


https://github.com/jackc/pgx

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


https://github.com/lib/pq

Pure Go Postgres driver for database/sql.


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

A part of Django.


https://www.sqlalchemy.org/

The Python SQL Toolkit and Object Relational Mapper.


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.


https://github.com/pudo/dataset

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


https://github.com/sdispater/orator

The Orator ORM provides a simple yet beautiful ActiveRecord implementation.


https://github.com/coleifer/peewee

A small, expressive ORM.


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

ORM that provides a generator-oriented interface to SQL.


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

A pure Python Database Abstraction Layer.