uw-db-sqlite

Driver for SQLite database engine for uwheel tools

Usage no npm install needed!

<script type="module">
  import uwDbSqlite from 'https://cdn.skypack.dev/uw-db-sqlite';
</script>

README

U-Wheel-DB-SQLite

Uninventing the wheel of database for SQLite

Overview

This driver wraps the drivers for sqlite database engine, providing a promise-way and an unified method to interact.

Install

npm install uw-db-sqlite --save

Dependencies

  • sqlite3
  • q
  • uw-log

Test

For test or use the code we strongly recommend using uw-db module