Skip to content

tsurutan/tsqlite

Repository files navigation

npm version CircleCI

SQLite written in TypeScript

This library is a tiny SQLite written in TypeScript, not ORM or client library.

Install

npm

npm install --save tsqlite

yarn

yarn add tsqlite

Repl

Please prepare the following code.

const { repl } = require("tsqlite");
repl();

Options

Comming soon.

Meta Commands

Comming soon.

Implemented

None

Commands

TO be Implemented

  • CLI Base
  • B+tree structure
  • Insert specific data type
  • Select all

About

SQLite written in TypeScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published