Skip to content

Commit ca7693f

Browse files
committed
_
1 parent 6cb1620 commit ca7693f

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,3 @@ Place it in a standard library path (e.g., `/usr/lib`, or use `/usr/local/lib/`)
3333
## 🚀 Usage
3434

3535
Use **any standard SQLite library** in your language/runtime — this project handles the dynamic strategy and connection logic under the hood.
36-
37-
The strategy is selected automatically:
38-
39-
### 🌍 `GlobeStrategy` (used when running in Globe)
40-
41-
- Create database in Globe dashboard.
42-
- No environment variables are needed.
43-
- Just open the database using its name:
44-
45-
```rust
46-
sqlite3.open("my-database")
47-
```

0 commit comments

Comments
 (0)