Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 572 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 572 Bytes

Deno SQLx

Standard interfaces for SQL like databases for Deno or general JS.

Inspired by rust sqlx and go sql.

The goal for this repo is to have a standard interface for SQL like database clients that can be used in Deno, Node and other JS runtimes.

A subgoal is for this repo to live in Deno Standard Library and available in JSR under @std/database (or @std/sql or similar), and/or be available under @db/core.

This repo is WIP and can change at any time.