Skip to content

codeallyio/postgres-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an example SQL + Javascript + GraphQL interview playground

Getting Started

Initial sever start

yarn && yarn init-db && yarn start

If you want to start a server again

yarn start

If you want to access PostgreSQL directly

sudo -u postgres psql

Example GraphQL query

{
  users {
    edges {
      node {
        username
      }
    }
  }
}

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Contributors 21