Bookmarks tagged [database-drivers]
https://github.com/apache/calcite-avatica-go
Apache Avatica/Phoenix SQL driver for database/sql.
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.
PostgreSQL driver supporting features beyond those exposed by database/sql.
Pure Go Postgres driver for database/sql.
https://github.com/aerospike/aerospike-client-go
Aerospike client in Go language.
- tags: go, database-drivers, nosql
- source code
https://github.com/solher/arangolite
Lightweight golang driver for ArangoDB.
- tags: go, database-drivers, nosql
- source code
Datastore Connectivity for Aerospike for go.
- tags: go, database-drivers, nosql
- source code
https://github.com/underarmour/dynago
Dynago is a principle of least surprise client for DynamoDB.
- tags: go, database-drivers, nosql
- source code
https://github.com/couchbase/goforestdb
Go bindings for ForestDB.
- tags: go, database-drivers, nosql
- source code
https://github.com/couchbase/go-couchbase
Couchbase client in Go.
- tags: go, database-drivers, nosql
- source code
https://github.com/fjl/go-couchdb
Yet another CouchDB HTTP API wrapper for Go.
- tags: go, database-drivers, nosql
- source code
https://github.com/pilosa/go-pilosa
Go client library for Pilosa.
- tags: go, database-drivers, nosql
- source code
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.
- tags: go, database-drivers, nosql
- source code
https://github.com/couchbase/gocb
Official Couchbase Go SDK.
- tags: go, database-drivers, nosql
- source code
Go language driver for Apache Cassandra.
- tags: go, database-drivers, nosql
https://github.com/defcronyke/godscache
A wrapper for the Google Cloud Platform Go Datastore package that adds caching using memcached.
- tags: go, database-drivers, nosql
- source code
https://github.com/bradfitz/gomemcache/
memcache client library for the Go programming language.
- tags: go, database-drivers, nosql
- source code
https://github.com/dancannon/gorethink
Go language driver for RethinkDB.
- tags: go, database-drivers, nosql
- source code
https://github.com/zegl/goriak
Go language driver for Riak KV.
- tags: go, database-drivers, nosql
- source code
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.
- tags: go, database-drivers, nosql
- source code
https://github.com/mongodb/mongo-go-driver
Official MongoDB driver for the Go language.
- tags: go, database-drivers, nosql
- source code
https://github.com/cihangir/neo4j
Neo4j Rest API Bindings for Golang.
- tags: go, database-drivers, nosql
- source code
https://github.com/davemeehan/Neo4j-GO
Neo4j REST Client in golang.
- tags: go, database-drivers, nosql
- source code
https://github.com/jmcvetta/neoism
Neo4j client for Golang.
- tags: go, database-drivers, nosql
- source code
https://github.com/gomodule/redigo
Redigo is a Go client for the Redis database.
- tags: go, database-drivers, nosql
- source code
https://github.com/go-redis/redis
Redis client for Golang.
- tags: go, database-drivers, nosql
- source code
Redis-protocol compatible TCP servers/services.
- tags: go, database-drivers, nosql
- source code
https://github.com/shomali11/xredis
Typesafe, customizable, clean & easy to use Redis client.
- tags: go, database-drivers, nosql
- source code
https://github.com/blevesearch/bleve
Modern text indexing library for go.
- tags: go, database-drivers, nosql
- source code
https://github.com/olivere/elastic
Elasticsearch client for Go.
- tags: go, database-drivers, nosql
- source code
https://github.com/cch123/elasticsql
Convert sql to elasticsearch dsl in Go.
- tags: go, database-drivers, nosql
- source code
https://github.com/mattbaird/elastigo
Elasticsearch client library.
- tags: go, database-drivers, nosql
- source code
https://github.com/elastic/go-elasticsearch
Official Elasticsearch client for Go.
- tags: go, database-drivers, nosql
- source code
https://github.com/OwnLocal/goes
Library to interact with Elasticsearch.
- tags: go, database-drivers, nosql
- source code
https://github.com/go-ego/riot
Go Open Source, Distributed, Simple and efficient Search Engine.
- tags: go, database-drivers, nosql
- source code
https://github.com/seiflotfy/skizze
probabilistic data-structures service and storage.
- tags: go, database-drivers, nosql
- source code
https://github.com/fabiorphp/cachego
Golang Cache component for multiple drivers.
- tags: go, database-drivers, nosql
- source code
https://github.com/google/cayley
Graph database with support for multiple backends.
- tags: go, database-drivers, nosql
- source code
Datastore connectivity for SQL, NoSQL, structured files.
- tags: go, database-drivers, nosql
- source code
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).
- tags: go, database-drivers, nosql
- source code
https://github.com/PyMySQL/mysqlclient-python
MySQL connector with Python 3 support (mysql-python fork).
- tags: python, database-drivers
- source code
https://github.com/PyMySQL/PyMySQL
A pure Python MySQL driver compatible to mysql-python.
- tags: python, database-drivers
- source code
The most popular PostgreSQL adapter for Python.
- tags: python, database-drivers
https://github.com/gmr/queries
A wrapper of the psycopg2 library for interacting with PostgreSQL.
- tags: python, database-drivers
- source code
http://www.pymssql.org/en/latest/
A simple database interface to Microsoft SQL Server.
- tags: python, database-drivers
https://github.com/datastax/python-driver
The Python Driver for Apache Cassandra.
- tags: python, database-drivers
- source code
https://github.com/wbolster/happybase
A developer-friendly library for Apache HBase.
- tags: python, database-drivers
- source code
https://github.com/dpkp/kafka-python
The Python client for Apache Kafka.
Python wrapper client for Neo4j's restful interface.
- tags: python, database-drivers
https://github.com/mongodb/mongo-python-driver
The official Python client for MongoDB.
- tags: python, database-drivers
- source code
https://github.com/andymccurdy/redis-py
The Python client for Redis.
- tags: python, database-drivers
- source code
https://github.com/mongodb/motor
The async Python driver for MongoDB.
- tags: python, database-drivers
- source code
https://github.com/driftx/Telephus
Twisted based client for Cassandra.
- tags: python, database-drivers
- source code
https://github.com/wulczer/txpostgres
Twisted based asynchronous driver for PostgreSQL.
- tags: python, database-drivers
- source code
https://github.com/deldotdr/txRedis
Twisted based client for Redis.
- tags: python, database-drivers
- source code