@mapsql/store-adapter
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

mapsql-store-adapter

Travis (.com) codecov coverage semantic-release npm

Motivation

Modularizing the mapsql project.

Installation

$ npm install @mapsql/store-adapter

Usage

import createStore from "@mapsql/store-adapter";

const store = createStore("store-name");

const data = store.insert({ foo: "bar" }).select(); // [{ id: 1, foo: "bar" }]

See API documentation

License

MIT © wmik

Readme

Keywords

Package Sidebar

Install

npm i @mapsql/store-adapter

Weekly Downloads

3

Version

1.0.0

License

MIT

Unpacked Size

8.94 kB

Total Files

7

Last publish

Collaborators

  • wmik