We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7beaa40 commit 1782261Copy full SHA for 1782261
1 file changed
README.md
@@ -37,7 +37,8 @@ Aside from all the goodies alredy provided by SQLite, libSQL adds:
37
38
* [randomized ROWID](https://github.com/libsql/libsql/issues/12)
39
* [WebAssembly User Defined Functions](https://blog.chiselstrike.com/webassembly-functions-for-your-sqlite-compatible-database-7e1ad95a2aa7)
40
-
+* [Pass down SQL string to virtual table implementation](https://github.com/libsql/libsql/pull/87)
41
+* [Virtual write-ahead log interface](https://github.com/libsql/libsql/pull/53)
42
43
The comprehensive description can be found [here](doc/libsql_extensions.md)
44
0 commit comments