Skip to content

Latest commit

 

History

History
71 lines (50 loc) · 3.41 KB

Database.md

File metadata and controls

71 lines (50 loc) · 3.41 KB

DATABASE ENGINE

DATASETS

Other DataSets

DB-API

Middleware API's

NOSQL

FoundationDB

MongoDB

Redis

RDBMS

MySQL

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

PostgreSQL

SQLite

  • DBDSQLite.jl :: DBI-compliant driver for SQLite3.
  • 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.