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_darwin
to make it executable - move it to your project folder
- ensure you have a folder called
db
in the same directory. this is whatnanodb
will look in to find your documents. - run
./nanodb_darwin
to 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
db
in the same directory. this is whatnanodb
will look in to find your documents. - run
nanodb_windows.exe
to 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