Skip to content

uiua-lang/uiqlite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Uiqlite

Sqlite3 bindings for Uiua

This is a work in progress and is not usable for much yet.

Example

# Experimental!
Sql ~ "git: github.com/uiua-lang/uiqlite"

Sql~Open "test.db"
Sql~Exec "CREATE TABLE IF NOT EXISTS test (id INTEGER PRIMARY KEY, name TEXT);" .
Sql~Exec "INSERT INTO test (name) VALUES (\"Dave\");" .
Sql~Close

To run the example (which is in example.ua), you must provide the path to the sqlite3 library:

uiua run example.ua /path/to/libsqlite3.so

About

WIP Sqlite bindings for Uiua

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published