Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
penberg authored Feb 1, 2025
1 parent 8c4ef09 commit a450b5c
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -63,7 +63,7 @@ You can also build and run the latest development version with:
cargo run
```

### JavaScript (wip)
### JavaScript (wip)

Installation:

Expand All @@ -82,7 +82,7 @@ const users = stmt.all();
console.log(users);
```

### Python (wip)
### 🐍 Python (wip)

```console
pip install pylimbo
Expand All @@ -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?
Expand All @@ -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.
Expand Down

0 comments on commit a450b5c

Please sign in to comment.