Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback

Deno Orm sqLite

An sqlite orm library on Deno for my personal projects. Depends on sqlite@v3.7.0.

Usage

Import

import { Database } from "https://deno.land/x/dormlite/mod.ts";

Basic usage

Basic usage is covered on the tests. You can run them with

deno test --allow-read --allow-write