Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 703 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 703 Bytes

QLDB-Essentials

QLDB'S PartiQL Interface:

Basic SQL Like Queries are included in resources/syntax.md file

Setup

update .env file according to your QLDB Configuration

REST Server Setup
npm i
npm run start-rest
CURL Sample Commands:

Sample CURL Commands for CRUD are included in resources/rest-queries.md file

GraphQL Server Setup
npm i
npm run start-graphql
Queries and Mutation Commands(Experimentation Only):

Sample queries and mutations are included in resources/graphql-queries.md file

Special Thanks to 👋 Lepozepo for making simple QLDB module used in this project