Skip to content

Commit

Permalink
data: Add deno-sqlite
Browse files Browse the repository at this point in the history
Signed-off-by: Arnau Siches <asiches@gmail.com>
  • Loading branch information
arnau committed Sep 28, 2021
1 parent 2e84f97 commit c6cf83c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ Extensions to enhance SQLite.
| [SpatiaLite](https://www.gaia-gis.it/fossil/libspatialite/) | A library intended to extend the SQLite core to support fully fledged Spatial SQL capabilities. | geospatial; utilities |
| [sqlite-parquet-vtable](https://github.com/cldellow/sqlite-parquet-vtable) | A SQLite virtual table extension to expose Parquet files as SQL tables. | utilities |

## JavaScript

JavaScript programming language

| name | summary | tags |
| - | - | - |
| [deno-sqlite](https://github.com/dyedgreen/deno-sqlite) | A Deno module with SQLite embedded as WebAssembly | deno; webassembly |

## Utilities

Useful tools to work with SQLite.
Expand Down
2 changes: 2 additions & 0 deletions data/tag.csv
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ rust,Rust,"Rust programming language."
security,Security,"Security enhancements."
c,C,"C programming language."
geospatial,Geospatial,"Related to geographic and spatial data."
deno,Deno,"Related to the Deno engine."
webassembly,"WebAssembly","WebAssembly programming language."
1 change: 1 addition & 0 deletions data/thing.csv
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ https://github.com/nalgeon/sqlean,SQLean,"Extends SQLite with json1, math, re, s
https://github.com/thombashi/sqlitebiter,sqlitebiter,A CLI tool to convert CSV / Excel / HTML / JSON / Jupyter Notebook / LDJSON / LTSV / Markdown / SQLite / SSV / TSV / Google-Sheets to a SQLite database file.,utilities
https://github.com/aergoio/litetree,LiteTree,A modified version of the SQLite engine to support branches a-la Git.,application
https://github.com/epilys/bibliothecula,bibliothecula,"Document organizer with tags and full-text-search, in a simple and clean sqlite3 schema",application
https://github.com/dyedgreen/deno-sqlite,deno-sqlite,A Deno module with SQLite embedded as WebAssembly,javascript
2 changes: 2 additions & 0 deletions data/thing_tag.csv
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ https://github.com/thombashi/sqlitebiter,python
https://github.com/aergoio/litetree,c
https://github.com/epilys/bibliothecula,python
https://github.com/epilys/bibliothecula,rust
https://github.com/dyedgreen/deno-sqlite,webassembly
https://github.com/dyedgreen/deno-sqlite,deno

0 comments on commit c6cf83c

Please sign in to comment.