/ghostdb

Simple SQL Engine using OpenDocument spreadsheets as storage

Primary LanguagePython

GhostDB

Static Badge

GhostDB

Simple SQL Engine using OpenDocument spreadsheets as storage

Usage

import ghostdb

# connect to a local file
con = ghostdb.connect("test.ods")

# execute SQL statements
con.execute("CREATE TABLE peoples (id, name, age)")