Skip to content

levvij/vlquery-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example project for vlquery

  1. To get started, install all dependencies
npm install
  1. Create a test_project table on your postgres server and run the db/main.sql script in it.

  2. Make sure to update the credentials in vlquery.json and index.ts

  3. Create the database context with

npx vlquery create-context

Whenever you make changes to the database, make sure to run the command again!

  1. Compile your project and run it with
npm run build
npm run run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published