2.0.0
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.