Skip to content

Releases: sebastianwessel/surrealdb-client-generator

2.0.0

06 Jun 17:34
0802c95
Compare
Choose a tag to compare

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

v1.1.2

03 Mar 12:05
97e9612
Compare
Choose a tag to compare

What's Changed

  • Fix order of default and custom config by @AlbertMarashi in #5
  • bumped dependencies

New Contributors

Full Changelog: 1.1.1...1.1.2

1.1.1

30 Jan 15:03
4bd8d3a
Compare
Choose a tag to compare

Bumped dependencies

Full Changelog: 1.1.0...1.1.1

1.1.0

14 Oct 20:39
5b7d87e
Compare
Choose a tag to compare

Release 1.1.0

Feature

Add support for surrealdb.node package 🎉

Bugfix

  • #1 CLI parameter where misconfigured and now aligned and clean up
  • #2 Issue with uppercased table names fixed

1.0.0

17 Sep 10:04
Compare
Choose a tag to compare

First version, which is almost untested.