/learning-surrealdb-js

Learning Surreal DB

Primary LanguageJavaScript

Learning surrealdb.js

Setup

nvm use 18
npm install
docker compose build --no-cache

Run the Tests

1. Start services and import test data:

docker compose up -d
./bin/import.sh

2. Run the tests:

npm run test
docker compose kill