This repository contains a VERY VERY experimental rough first draft of an ODBC driver written in Rust. It is supposed to - at some point - talk to SQLite (and it can actually already list tables under ...
This is a basic implementation of ODBC functionality similar to MATLAB'S ODBC functionality. Note: The tests assume that there the sqlite3 odbs driver is installed and that a octave_odbc_test DSN can ...
Abstract: As one of the most popular relational databases for embedded devices, SQLite is lightweight to be embedded into applications without installing a specific database management system. However ...