Skip to content

ecshreve/jexplore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jexplore

generate gqlserver and data explorer ui from ent schema

[wip]

jexplore

where i found stuff

how to do stuff

This repo uses run as a general task executor, tasks are defined in ./tasks.toml.

To see available tasks run run -list from the root of the repo, and/or read the ./tasks.toml files.

example: run dev starts the gqlserver and webapp in dev mode, and watches for changes to the app source, rebuilding as needed.


where / what stuff is

./file.db

  • sqlite3 database

./gen.go

  • go generate script to generate ent schema / gqlschema / webapp

./ent/

./ent/schema/

  • where schema definitions actually live

./ent/entc.go

  • ent codegen and plugin configuration

./ent/migrate/

./jsrv/ + ./expl/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published