JonathanWilbur / preql-to-bsonschema

Convert PreQL to BSON Schema (as used by MongoDB)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PreQL-to-BSON Schema Transpiler

What is PreQL?

A Pre-SQL language that can transpile to any SQL dialect. It takes a declarative Kubernetes-like YAML schema and generates the necessary commands or statements in the correct order to generate schema and other database objects in the database dialect of your choice.

What is this Library

This library converts PreQL into BSON Schema, which is used by MongoDB.

About

Convert PreQL to BSON Schema (as used by MongoDB)

License:MIT License


Languages

Language:TypeScript 100.0%