Get the latest tech news
Show HN: Tsellm: Interactive SQLite shell with LLM support
Interactive SQLite shell with LLM support. Contribute to Florents-Tselai/tsellm development by creating an account on GitHub.
tsellm is an interactive SQLite shell with LLM Support. You can enter an interactive REPL-style shell to manipulate your database. SQLite is bundled with the standard Python library ( import sqlite3) Python 3.12 ships with a SQLite interactive shell one can create Python-written user-defined functions to be used in SQLite queries (see create_function) Simon Willison has gone through the process of creating the beautiful llm Python library and CLI
Or read this on Hacker News