Skip to content

Latest commit

 

History

History
441 lines (377 loc) · 20.9 KB

database-drivers.md

File metadata and controls

441 lines (377 loc) · 20.9 KB

Bookmarks tagged [database-drivers]

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://github.com/aerospike/aerospike-client-go

Aerospike client in Go language.


https://github.com/solher/arangolite

Lightweight golang driver for ArangoDB.


https://github.com/viant/asc

Datastore Connectivity for Aerospike for go.


https://github.com/underarmour/dynago

Dynago is a principle of least surprise client for DynamoDB.


https://github.com/couchbase/goforestdb

Go bindings for ForestDB.


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

Couchbase client in Go.


https://github.com/fjl/go-couchdb

Yet another CouchDB HTTP API wrapper for Go.


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

Go client library for Pilosa.


https://github.com/nitishm/go-rejson

Golang client for redislabs' ReJSON module using Redigo golang client. Store and manipulate structs as JSON objects in redis with ease.


https://github.com/couchbase/gocb

Official Couchbase Go SDK.


http://gocql.github.io

Go language driver for Apache Cassandra.


https://github.com/defcronyke/godscache

A wrapper for the Google Cloud Platform Go Datastore package that adds caching using memcached.


https://github.com/bradfitz/gomemcache/

memcache client library for the Go programming language.


https://github.com/dancannon/gorethink

Go language driver for RethinkDB.


https://github.com/zegl/goriak

Go language driver for Riak KV.


https://github.com/globalsign/mgo

(unmaintained) MongoDB driver for the Go language that implements a rich and well tested selection of features under a very simple API following standard Go idioms.


https://github.com/mongodb/mongo-go-driver

Official MongoDB driver for the Go language.


https://github.com/cihangir/neo4j

Neo4j Rest API Bindings for Golang.


https://github.com/davemeehan/Neo4j-GO

Neo4j REST Client in golang.


https://github.com/jmcvetta/neoism

Neo4j client for Golang.


https://github.com/gomodule/redigo

Redigo is a Go client for the Redis database.


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

Redis client for Golang.


https://github.com/bsm/redeo

Redis-protocol compatible TCP servers/services.


https://github.com/shomali11/xredis

Typesafe, customizable, clean & easy to use Redis client.


https://github.com/blevesearch/bleve

Modern text indexing library for go.


https://github.com/olivere/elastic

Elasticsearch client for Go.


https://github.com/cch123/elasticsql

Convert sql to elasticsearch dsl in Go.


https://github.com/mattbaird/elastigo

Elasticsearch client library.


https://github.com/elastic/go-elasticsearch

Official Elasticsearch client for Go.


https://github.com/OwnLocal/goes

Library to interact with Elasticsearch.


https://github.com/go-ego/riot

Go Open Source, Distributed, Simple and efficient Search Engine.


https://github.com/seiflotfy/skizze

probabilistic data-structures service and storage.


https://github.com/fabiorphp/cachego

Golang Cache component for multiple drivers.


https://github.com/google/cayley

Graph database with support for multiple backends.


https://github.com/viant/dsc

Datastore connectivity for SQL, NoSQL, structured files.


https://github.com/philippgille/gokv

Simple key-value store abstraction and implementations for Go (Redis, Consul, etcd, bbolt, BadgerDB, LevelDB, Memcached, DynamoDB, S3, PostgreSQL, MongoDB, CockroachDB and many more).


https://github.com/PyMySQL/mysqlclient-python

MySQL connector with Python 3 support (mysql-python fork).


https://github.com/PyMySQL/PyMySQL

A pure Python MySQL driver compatible to mysql-python.


http://initd.org/psycopg/

The most popular PostgreSQL adapter for Python.


https://github.com/gmr/queries

A wrapper of the psycopg2 library for interacting with PostgreSQL.


http://www.pymssql.org/en/latest/

A simple database interface to Microsoft SQL Server.


https://github.com/datastax/python-driver

The Python Driver for Apache Cassandra.


https://github.com/wbolster/happybase

A developer-friendly library for Apache HBase.


https://github.com/dpkp/kafka-python

The Python client for Apache Kafka.


https://py2neo.org/

Python wrapper client for Neo4j's restful interface.


https://github.com/mongodb/mongo-python-driver

The official Python client for MongoDB.


https://github.com/andymccurdy/redis-py

The Python client for Redis.


https://github.com/mongodb/motor

The async Python driver for MongoDB.


https://github.com/driftx/Telephus

Twisted based client for Cassandra.


https://github.com/wulczer/txpostgres

Twisted based asynchronous driver for PostgreSQL.


https://github.com/deldotdr/txRedis

Twisted based client for Redis.