Skip to content

jojahn/ghostdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)")

About

Simple SQL Engine using OpenDocument spreadsheets as storage

Topics

Resources

Stars

Watchers

Forks

Languages