Releases: jackyzha0/nanoDB
Releases · jackyzha0/nanoDB
v1.0.0
changelog
- literally everything
installing
MacOS
- download the binary
nanodb_darwin - navigate to the file and execute
chmod +x nanodb_darwinto make it executable - move it to your project folder
- ensure you have a folder called
dbin the same directory. this is whatnanodbwill look in to find your documents. - run
./nanodb_darwinto startnanodb! more options and details can be found in the README, including details on using the shell, api server, ports, and more.
Linux
same steps as MacOS, except with nanodb_linux instead.
Windows
- download
nanodb_windows.exe - move it to your project folder
- ensure you have a folder called
dbin the same directory. this is whatnanodbwill look in to find your documents. - run
nanodb_windows.exeto startnanodb
Docker
- pull the latest image
docker pull jzhao2k19/nanodb:latest - run the image on the right port
docker run -p 3000:3000 jzhao2k19/nanodb:latest st. note that the docker version does not support the interactive shell