Skip to content

[P6] SQLite adapter (src/db.sh) #7

@fissible

Description

@fissible

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions