name: table-query version: 1.0.0 description: Fast LLM-free table querying. Locate tables, fetch schema, author SQLite SQL, and run it with row-level citations. author: name: sparticle email: support@gbase.ai license: MIT tags: - table - sql - excel - retrieval - citation runtime: python: ">=3.7" dependencies: - requests entry_point: scripts/table_query.py commands: search-tables: description: Vector-locate relevant tables for a query get-schemas: description: Fetch CREATE TABLE schema + sample rows for given tables run-sql: description: Execute an authored SQLite plan and return CSV with __src citations