nowfound

Alternatives

Products that do what Use libsqlite3 directly from Python with ctypes does

  1. 1PL
  2. 2CP
  3. 3CP
  4. 4JE
  5. 5OF
  6. 6SP
  7. 7PT
  8. 8SQ

    Part of the workflow for building my website is the generation of a table in tab-separated column format (.tsv). The source data is found in four other .tsv files. I use an SQLite query to perform a 4-way join and write out the new table. For convenience, I wrote a script that encapsulates the query inside a Bash function. The example below illustrates this technique. repertoire() { pushd $CMM_SOURCES&#x2F;_data sqlite3 <<EOS .headers on .mode tabs .import category.tsv category .import composition.tsv composition .import concert.tsv concert .import program.tsv program .once repertoire.tsv…

    2021

  9. 9LL
  10. 10OD

    2018 · github.com

  11. 11PA
  12. 12CQ
  13. 13DS

    I played around with GPT-3 to build this demo. Select a public BigQuery dataset and describe your query in natural English, then edit the generated SQL as needed and execute it. https:&#x2F;&#x2F;app.tabbydata.com&#x2F;sql-assistant-demo

    2021

  14. 14SC
  15. 15SC
  16. 16PB
  17. 17IA
  18. 18PT

    2016 · github.com

  19. 19AS
  20. 20TI

    Hello HN, While browsing the Python docs yesterday, I discovered that the latest 3.12 version has added support for a `python3 -m sqlite3` interactive shell. I looked into the source code, and its implementation was simple, giving me an idea: Why not hook the beautiful llm library by simonw into such an interactive shell, and thus have direct LLM support in SQLite? Without writing a C extension, build a shared object and all that fuss. Well, now you can `pip install tsellm` and do just that. demo gif:…

    2024 · github.com

  21. 21JG
  22. 22FC
  23. 23ST

    2015 · alpinejoe.github.io

  24. 24SS

Ranked by how close each launch is in meaning, then by votes. Refine with a description →