Skip to content
This repository has been archived by the owner on Jun 3, 2022. It is now read-only.

jaclarke/edgedb-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠ This project is now obsolete, and doesn't work with any post-beta version of EdgeDB. It's recommended to instead use the official EdgeDB UI.

Untitled EdgeDB GUI Client

A basic EdgeDB GUI Client for Windows (It should work on any platform supported by Electron, but currently it's only designed for Windows, so the UI will look a bit out of place on other OS's).

This project initally started as an experimental webapp for generating ER diagrams from EdgeDB schemas. However, I've since wrapped it up as an Electron app, and added a simple query repl and datatable view, so it should now be usable as a very basic EdgeDB client.

Installation / Usage

git submodule update --init

npm install

# Build edgedb-js submodule
cd src/edgedb
yarn install
yarn build
cd ../../

# Run app
npm start

Screenshots

Query Schema ER Diagram Datatable Settings

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published