Skip to content

2.0.0

Compare
Choose a tag to compare
@sebastianwessel sebastianwessel released this 06 Jun 17:34
· 103 commits to main since this release
0802c95

Version 2.0

Breaking changes

Version 2 has breaking changes!
The tool now uses surrealdb.js instead of surrealdb.node for interacting with a SurrealDB instance.
The change was made, because it seems that surrealdb.js is closer to the SurrealDB development process and more up to date in general.
This means, the option "memory" for connections is no longer available, and you need to run against a real running SurrealDB instance (use docker).

Also, option -f, --schemaFile has no longer a default value assigned, because this was forcing to always write to the database.

Fix

  • Does not support for "IF NOT EXISTS" syntax for DEFINE statements #7
  • Trouble connecting to my surrealdb instance #6
  • Fix default value issue for option schemaFile, which was forcing to write always to the database