Skip to content

Commit 8c65894

Browse files
committed
Some ideas for future extensions
1 parent 9f87aff commit 8c65894

1 file changed

Lines changed: 48 additions & 0 deletions

File tree

ideas.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
2+
3+
Distance related functions (Damerau-Levenshtein, Jaro-Winkler , longest common substring & subsequence) implemented as SQLite run-time loadable extension. Any UTF-8 strings are supported.
4+
- https://github.com/schiffma/distlib
5+
6+
7+
String distances for sqlite3
8+
- https://github.com/fernape/sqlite3_distances
9+
10+
11+
SQLite3 extensions for approximate string searching
12+
- https://github.com/igorski89/SQLiteFuzzySearch
13+
14+
Add simple Makefile to SQLite extension `extension-functions.c` by Liam Healy
15+
- https://github.com/codingforfun/sqlite3-extension-functions
16+
- https://sqlite.org/contrib/ (extension-functions.c)
17+
18+
19+
20+
SQLite module to define virtual tables and table-valued functions natively using SQL.
21+
- https://github.com/0x09/sqlite-statement-vtab
22+
23+
- https://github.com/shawnw/useful_sqlite_extensions
24+
25+
26+
27+
SQLite extension for reversing strings.
28+
- https://github.com/mayflower/sqlite-reverse-string
29+
30+
SQLite3 encryption that sucks less
31+
- https://github.com/resilar/sqleet
32+
33+
34+
An "SQLite extension" that implements the minimum functions to create and handle a GeoPackage version 1.2
35+
- https://github.com/xnaval/SQLiteExtensions
36+
37+
38+
Arrays-for-SQLite
39+
- https://github.com/stephancb/Arrays-for-SQLite
40+
41+
Group replace function for sqlite3.
42+
- https://github.com/adesys/sqlite3_group_replace_extension
43+
44+
Dave Addey's SQLite extension for calculating distance using two pairs of latitude/longitude coordinates for use with the sqlite cli.
45+
- https://github.com/cwarden/sqlite-distance
46+
47+
Clients
48+
- https://hyokai.info/ (big data viewer with plotting)

0 commit comments

Comments
 (0)