Databases

From J Wiki
Jump to navigation Jump to search


J developers have provided several ways to access databases.

Jd

Jd is a database native to J written by Eric Iverson.

SQL

SQL is a series of database standards. Many different implementations of SQL can be accessed through either ODBC or the J Data Driver JDD

SQLite

An add-on written specifically for SQLite

ODBC

Open Database Connectivity