mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-08 10:44:20 +01:00
Update README.md
This commit is contained in:
12
README.md
12
README.md
@@ -33,7 +33,7 @@ Limbo is an in-process OLTP database engine library that has:
|
||||
|
||||
## Getting Started
|
||||
|
||||
### CLI
|
||||
### 💻 Command Line
|
||||
|
||||
You can install the latest `limbo` release with:
|
||||
|
||||
@@ -63,7 +63,7 @@ You can also build and run the latest development version with:
|
||||
cargo run
|
||||
```
|
||||
|
||||
### JavaScript (wip)
|
||||
### ✨ JavaScript (wip)
|
||||
|
||||
Installation:
|
||||
|
||||
@@ -82,7 +82,7 @@ const users = stmt.all();
|
||||
console.log(users);
|
||||
```
|
||||
|
||||
### Python (wip)
|
||||
### 🐍 Python (wip)
|
||||
|
||||
```console
|
||||
pip install pylimbo
|
||||
@@ -99,6 +99,10 @@ res = cur.execute("SELECT * FROM users")
|
||||
print(res.fetchone())
|
||||
```
|
||||
|
||||
## Contributing
|
||||
|
||||
We'd love to have you contribute to Limbo! Please check out the [contribution guide] to get started.
|
||||
|
||||
## FAQ
|
||||
|
||||
### How is Limbo different from libSQL?
|
||||
@@ -116,8 +120,6 @@ This project is licensed under the [MIT license].
|
||||
|
||||
### Contribution
|
||||
|
||||
We'd love to have you contribute to Limbo! Please check out the [contribution guide] to get started.
|
||||
|
||||
Unless you explicitly state otherwise, any contribution intentionally submitted
|
||||
for inclusion in Limbo by you, shall be licensed as MIT, without any additional
|
||||
terms or conditions.
|
||||
|
||||
Reference in New Issue
Block a user