sqlite-table
Table manager
A Racket interface to simplify the creation and querying of SQLite tables
a racket interface to simplify the creation of sqlite tables, including basic support for SELECT
0 stars
2 watching
0 forks
Language: Racket
last commit: almost 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
racket/db | Provides a simple and efficient way to interact with relational databases | 21 |
jbclements/osc | A Racket library for communicating with Musical Instrument Network devices using OSC protocol | 6 |
jbreeden/mruby-sqlite | Provides Ruby language bindings to the SQLite3 C API | 4 |
lazierthanthou/sqlite-manager | An extension that provides a graphical interface to manage and interact with SQLite databases in various applications. | 325 |
28smiles/jasync-sql-extensions | An extension of jasync-sql that simplifies SQL query execution by providing bean mapping and binding features. | 6 |
mikeowens/sqlitevtable | An example of using SQLite as a virtual table to query and manipulate files on the file system. | 23 |
jeapostrophe/dbm | Provides an interface to the dbm file format for accessing and manipulating databases | 4 |
inukshuk/sqleton | A utility for visualizing database schema | 115 |
sparklemotion/sqlite3-ruby | A Ruby interface to a popular, lightweight, and extensible embedded database engine | 772 |
simonw/sqlite-utils | A Python utility and library for manipulating SQLite databases. | 1,671 |
rmculpepper/sql | Racket-based implementation of some SQL features | 33 |
rmartinjak/mex-sqlite3 | An extension that enables MATLAB or GNU/octave to interact with SQLite databases. | 5 |
temporal/cl-sqlite | Provides a Common Lisp interface to the SQLite relational database management system. | 72 |
susom/database | A wrapper around JDBC to simplify and secure relational database access | 42 |
btrask/sqlheavy | Replaces SQLite's built-in b-tree with arbitrary storage engines from libkvstore. | 23 |