v0.1.0
Pre-releaseSQLite/CE v0.1.0
This is a minimum viable product release for archival purposes. v0.1.0 includes the ported SQLite 2.8.17 library (SQLiteCE.dll), SQLite/CEdit query editor (SQLiteCEdit.exe) and a simple test harness (SQLiteCETest.exe) that validates some library functionality.
SQLite/CEdit 0.1.0 offers a simple query editor that returns results in formatted plaintext. It can either work from the SQLite in-memory temp database (:memory:) or a database on the filesystem. It supports a number of keyboard shortcuts, minor QoL enhancements, and shows query status and execution time on run.
v0.1.0 binaries are only available for the sh3 architecture, as it was the platform used for physical hardware testing, and functionality has only been tested under CE 2.0. Future releases will target multiple architectures.
To install:
- Place SQLiteCE.dll in the
/Windowsdirectory - Place the
.exefiles in your root directory (they can probably reside anywhere, as long as the.dllis in the right location)