@codyjasonbennett/pg-query-emscripten

0.2.4 • Public • Published

pg-query-emscripten

Usage

yarn add @codyjasonbennett/pg-query-emscripten
const Module = require("@codyjasonbennett/pg-query-emscripten");

let pgQuery;

(async () => {
  pgQuery = await new Module();

  console.log(pgQuery.parse("select 1"));
})();

Author

LICENSE

Copyright (c) 2018 Lukas Fittl
Licensed under the MIT License.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.2.41latest

Version History

VersionDownloads (Last 7 Days)Published
0.2.41
0.2.30
0.2.21

Package Sidebar

Install

npm i @codyjasonbennett/pg-query-emscripten

Weekly Downloads

2

Version

0.2.4

License

MIT

Unpacked Size

2.36 MB

Total Files

5

Last publish

Collaborators

  • codyjasonbennett