Skip to content

v0.1.0

Pre-release
Pre-release

Choose a tag to compare

@nfinit nfinit released this 06 Jan 01:31
· 122 commits to main since this release

SQLite/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 /Windows directory
  • Place the .exe files in your root directory (they can probably reside anywhere, as long as the .dll is in the right location)