Skip to content

Latest commit

 

History

History
78 lines (58 loc) · 3.13 KB

Database.md

File metadata and controls

78 lines (58 loc) · 3.13 KB

DB-ArrayDB

SciDB

  • SciDB-Julia :: The SciDB-Julia package allows users of Julia to interface with SciDB. The API follows the Julia convention and allows for using Julia language constructs in SciDB operations.

DB-NOSQL

FoundationDB

  • Catacomb.jl :: A client-side elliptic curve cryptography layer for FoundationDB.
  • fdb.jl :: Julia Bindings for FoundationDB.

LMDB

MongoDB

  • Mongo.jl :: Mongo bindings for the Julia programming language.

Redis

  • Redis.jl :: Pure Julia implementation of a Redis client, largely based on redis-py.

DB-RDBMS

MySQL

  • MySQL.jl :: MySQL DBI driver that uses the C MySQL API and obeys the DBI.jl protocol.

PostgreSQL

SQLite

  • SQLite.jl :: Julia interface to the SQLite library with support for operations on DataFrames.
  • Sqlite3.jl :: A wrapper for the SQLite3 C API, to work with SQLite databases in Julia. Functions are included for reading and writing tables to (/from) DataFrames.

DATABASE ENGINES


DB-API

Middleware API's

  • DBI.jl :: An abstract DBI interface to provide a database-independent API protocol that all database drivers can be expected to comply with.
  • LevelDB.jl :: Julia interface to Google's LevelDB key value database.
  • Memcache.jl :: Julia memcached client.
  • ODBC.jl :: A low-level ODBC interface for the Julia programming language. CookBooks
  • ViewDBI.jl :: View-based DBI for Julia.


RESOURCES