Skip to content

Commit

Permalink
updates readme
Browse files Browse the repository at this point in the history
  • Loading branch information
seanwatters committed Mar 13, 2024
1 parent 75f257a commit eef1d8e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@

Accelerating development and improving DevEx without sacrificing performance.

BicycleDB is a tool for compiling a database servers with application models and access patterns built in at compile time. With protobuf as the storage and transport format, each database instance is a gRPC server compiled from Rust, backed by a RocksDB or SQLite storage engine.
BicycleDB is a tool for compiling database servers with application models and access patterns built in at compile time.

## CLI
With protobuf as the storage and transport format, each database instance is a gRPC server compiled from Rust, backed by a RocksDB or SQLite storage engine.

See the CLI documentation [here](https://crates.io/crates/bicycle).
## CLI

For querying any of [these](https://github.com/grpc-ecosystem/awesome-grpc?tab=readme-ov-file#cli) should work.
See the BicycleDB Manager CLI documentation [here](https://crates.io/crates/bicycle). For querying any of [these](https://github.com/grpc-ecosystem/awesome-grpc?tab=readme-ov-file#cli) should work.

## GUI

Expand Down

0 comments on commit eef1d8e

Please sign in to comment.