Skip to content

sqlite-mpi/smpi-iop-node-ffi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 shared library binaries (./src/cdylib/*) included in this repo are MIT licensed, but the source code that produced them is closed and proprietary.

A perpetual license for the source code can be arranged for a small fee, please contact emadda.dev@gmail.com.

See https://sqlitempi.com/license for more details.

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.

About

SMPI IOP for Node.js

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published