@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.

Package Sidebar

Install

npm i @codyjasonbennett/pg-query-emscripten

Weekly Downloads

1

Version

0.2.4

License

MIT

Unpacked Size

2.36 MB

Total Files

5

Last publish

Collaborators

  • codyjasonbennett