Real sqlite3 backend wired behind the adapter interface.
Functions:
shql_db_list_tables <db_path>
shql_db_describe <db_path> <table>
shql_db_fetch <db_path> <table> [limit] [offset]
shql_db_query <db_path> <sql>
All output as TSV. Errors to stderr. No UI calls in this file.
Effort: L (~1 day) | Phase: 6
Real sqlite3 backend wired behind the adapter interface.
Functions:
shql_db_list_tables <db_path>shql_db_describe <db_path> <table>shql_db_fetch <db_path> <table> [limit] [offset]shql_db_query <db_path> <sql>All output as TSV. Errors to stderr. No UI calls in this file.
Effort: L (~1 day) | Phase: 6