Skip to content

MonetDBSolutions/MonetDBe-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

getting started

emscripten

download and install https://emscripten.org/

$ git clone https://github.com/emscripten-core/emsdk.git
$ cd emsdk
$ ./emsdk install latest
$ ./emsdk activate latest
$ source ./emsdk_env.sh

compile monetdb

$ mkdir build && cd build
$ export CFLAGS="-w"
$ emcmake cmake .. 
$ cd tools/monetdbe
$ make

compile example

from this repo foldeR:

$ vi build.sh    # change path to monetdb build
$ ./build.sh

run example

you can't run the example directly using a file:// path, you need a webserver.

for example:

$ python3 -m http.server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published