Skip to content

0.8.0+5

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Mar 06:43
· 46 commits to main since this release
  • Upgraded to official surrealdb.wasm 0.8.0 released for surrealdb 1.2.0.
  • API breaking changes:
    • Previous: db.use(ns: 'test', db: 'test');
    • Current: db.use(namespace: 'test', database: 'test');