Skip to content

Commit

Permalink
add languages
Browse files Browse the repository at this point in the history
  • Loading branch information
donsez committed Sep 3, 2024
1 parent 18ac53c commit d81f11e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion sqlite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ SELECT id FROM demo_index

* [Python](https://docs.python.org/3/library/sqlite3.html#sqlite3-tutorial)
* [Jupiter Notebook](https://github.com/jupyter-xeus/xeus-sqlite)
* [RUST](https://github.com/rusqlite/rusqlite)
* [JDBC](https://github.com/xerial/sqlite-jdbc)
* [JavaScript](https://www.npmjs.com/package/sqlite)

## Extensions SQLite

Expand All @@ -139,4 +142,5 @@ SELECT id FROM demo_index

* https://www.sqlite.org
* https://www.sqlitetutorial.net/
* https://www.sqlite.org/fileformat2.html
* https://www.sqlite.org/fileformat2.html
* [SQLite Studio](https://sqlitestudio.pl/)

0 comments on commit d81f11e

Please sign in to comment.