File tree Expand file tree Collapse file tree 1 file changed +13
-14
lines changed Expand file tree Collapse file tree 1 file changed +13
-14
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,22 @@ This package automatically downloads and publishes the latest `libsql-server` re
7
7
## Installation
8
8
9
9
``` bash
10
+ # Locally install in a project
10
11
vlt install sqld
11
12
```
12
13
14
+ ## Usage
15
+
16
+ ``` bash
17
+ # Start sqld server
18
+ vlx sqld --help
19
+
20
+ # Example: Start with a database file
21
+ vlx sqld --db-path ./my-database.db
22
+ ```
23
+
24
+ ### Binaries
25
+
13
26
The appropriate platform-specific binary will be automatically installed based on your system:
14
27
15
28
- ` @sqld/darwin-arm64 ` - macOS ARM64 (Apple Silicon)
@@ -28,20 +41,6 @@ Windows is not directly supported as `libsql-server` does not provide native Win
28
41
29
42
The Linux ARM64 or x64 binary (depending on your system architecture) will be used within the WSL environment.
30
43
31
- ## Usage
32
-
33
- ### Command Line
34
-
35
- After installation, you can use ` sqld ` directly from the command line:
36
-
37
- ``` bash
38
- # Start sqld server
39
- vlx sqld --help
40
-
41
- # Example: Start with a database file
42
- vlx sqld --db-path ./my-database.db
43
- ```
44
-
45
44
## License
46
45
47
46
MIT
You can’t perform that action at this time.
0 commit comments