smpi-iop-node-ffi

0.0.3 • Public • Published

SMPI IOP for Node.

  • IOP = Input Output Provider.

  • Used to test sqlite-mpi-client-js from the CLI.

    • Allows fast iteration of testing between the JS client and FFI binary.
  • Bundles SQLite MPI binary.

    • Currently only supports Mac OS.

License note

  • The source code that produced the binaries at ./src/cdylib/* is proprietary and closed source.

    • A perpetual license for the source code can be arranged for a small fee, please contact emadda.dev@gmail.com.
  • The release binaries (./src/cdylib/*) themselves are licensed under MIT.

Example usage:

const iop = require("smpi-iop-node-ffi");
const {smpi}= require("sqlite-mpi-client-js");
const client = smpi.newClient(iop);

See https://github.com/sqlite-mpi/sqlite-mpi-client-js/tree/master/test for detailed examples.

Readme

Keywords

none

Package Sidebar

Install

npm i smpi-iop-node-ffi

Weekly Downloads

2

Version

0.0.3

License

MIT

Unpacked Size

7.8 MB

Total Files

17

Last publish

Collaborators

  • emadda