sprocketdb

0.0.3 • Public • Published

Sprocket DB Package

This package provides an easy way to get started with Sprocket Datasets in NodeJS

Example Usage:

import {sprocketDb} from "sprocketdb";

const main = async () => {
  const query = await sprocketDb(); // factory function to setup the database

  const aPlayer = await query("SELECT * FROM players LIMIT 1");

  console.log(
    aPlayer[0];
  )
}

main()

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.0.30latest

Version History

VersionDownloads (Last 7 Days)Published
0.0.30
0.0.20
0.0.10

Package Sidebar

Install

npm i sprocketdb

Weekly Downloads

0

Version

0.0.3

License

none

Unpacked Size

401 kB

Total Files

3

Last publish

Collaborators

  • brianmd