0.2.4 • Published 4 years ago

@codyjasonbennett/pg-query-emscripten v0.2.4

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

pg-query-emscripten npm.io

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.