This library is a general purpose SQL generator. Think of it as a typesafe and expressive SQL DSL (domain specific language), with support for rendering SQL formatted properly for MyBatis3 and ...
GoogleSQL was previously named ZetaSQL. Please refer to this doc for a guide that helps you to migrate. GoogleSQL defines a SQL language (grammar, types, data model, semantics, and function library) ...
PGlite is a WASM Postgres build packaged into a TypeScript client library that enables you to run Postgres in the browser, Node.js, Bun and Deno, with no need to install any other dependencies. It is ...
This repository contains the BNF (Backus-Naur Form) grammars for three versions of standard SQL — SQL-92, SQL-99 and SQL-2003. It may not be the most recent release, but the technical content is ...
Welcome to the SQL Server Language Extensions project! Starting in SQL Server 2019, we have added support for language extensibility, which means that you can now execute code in various languages ...
The SQL Language Server offers autocompletion, error/warning notifications, and other editor support. It includes a linting feature, an SQL parser, and a Visual Studio Code extension. It supports ...
A Learning Record Store (LRS) is a persistent store for xAPI statements and associated attachments and documents. The full LRS specification can be found in Part 3 of the xAPI specification. SQL LRS ...
SQLPage is an SQL-only webapp builder. It allows building powerful data-centric user interfaces quickly, by tranforming simple database queries into interactive websites. With SQLPage, you write ...
SeaQuery is a query builder to help you construct dynamic SQL queries in Rust. You can construct expressions, queries and schema as abstract syntax trees using an ergonomic API. We support MySQL, ...