Skip to main content

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