You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,9 @@
33
33
34
34
---
35
35
36
+
> [!NOTE]
37
+
> This repository contains libSQL, a fork of SQLite developed by Turso. For the full SQLite rewriten in Rust (also by Turso), please visit [tursodatabase/turso](https://github.com/tursodatabase/turso).
38
+
36
39
## Documentation
37
40
38
41
We aim to evolve it to suit many more use cases than SQLite was originally designed for, and plan to use third-party OSS code wherever it makes sense.
@@ -69,6 +72,7 @@ The comprehensive description can be found [here](libsql-sqlite3/doc/libsql_exte
Copy file name to clipboardExpand all lines: docs/ADMIN_API.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ The admin API is used to manage namespaces on a `sqld` instance. Namespaces are
6
6
7
7
To enable the admin API, and manage namespaces, two extra flags need to be passed to `sqld`:
8
8
9
-
-`--admin-listen-addr <addr>:<port>`: the address and port on which the admin API should listen. It must be different from the user API listen address (whi defaults to port 8080).
9
+
-`--admin-listen-addr <addr>:<port>`: the address and port on which the admin API should listen. It must be different from the user API listen address (which defaults to port 8080).
10
10
-`--enable-namespaces`: enable namespaces for the instance. By default namespaces are disabled.
0 commit comments