Skip to content

MrFoxPro/edgedb-cli

 
 

Repository files navigation

EdgeDB Command-line Tools

This repository contains edgedb command-line tool rewritten in rust.

Install

Install the latest stable build with:

curl --proto '=https' --tlsv1.2 -sSf https://sh.edgedb.com | sh

Nightly builds can be installed with:

curl --proto '=https' --tlsv1.2 -sSf https://sh.edgedb.com | sh -s -- --nightly

Development

Use cargo for building it:

cargo build
cargo run -- --admin -d tutorial
cargo test

License

Licensed under either of

at your option.

Releases

No releases published

Packages

No packages published

Languages

  • Rust 98.7%
  • Shell 1.2%
  • PowerShell 0.1%