An SQLite3 back-end module for RESTBase conforming to the RESTBase storage specification. Current stable version is 1.2.1. It is designed for testing and development purposes, not production use. Key differentiator: provides a lightweight SQLite-based storage for RESTBase without requiring Cassandra. Release cadence is low; last release was 7 years ago. Limited to RESTBase ecosystem.
npm install restbase-mod-table-sqliteNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to configure RESTBase to use SQLite backend via config.yaml or programmatic options.
Use Cassandra backend (restbase-mod-table-cassandra) for production.
Install SQLite3 development headers before npm install.
Consider alternative storage backends or upgrade to maintained forks.
Ensure table module config in config.yaml points to this package.
npm install restbase-mod-table-sqlite
Install SQLite3 development headers (e.g., apt-get install libsqlite3-dev for Debian/Ubuntu, brew install sqlite for macOS) and run npm rebuild sqlite3
Ensure RESTBase is properly configured and starts correctly to create tables automatically.