surrealdb.node icon indicating copy to clipboard operation
surrealdb.node copied to clipboard

Architecture of this project

Open sanghanihimanshu opened this issue 1 year ago • 1 comments

Anyone have any idea how this works under the hood 🧐 Because I want to integrate it in orm

sanghanihimanshu avatar Dec 30 '23 09:12 sanghanihimanshu

Latest commit & version v1.0-beta.1 https://github.com/surrealdb/surrealdb.node/commit/008076691f089cdb766988f54960345c844e8005 changed the architecture significantly from what I understand (haven't looked too deep yet) tho while before you'd just install this package, since beta.1 it's "just" an engine you plug into surrealdb.js, so you basically use surrealdb.js as you would anywhere else already just that when providing surrealdb.node as engine it can connect locally in-memory or persisted to a specific file like a sqlite db. Also it's now exclusively powered by their own storage engine SurrealKV Think this is a pretty nice move 👌🏼

CanRau avatar Jul 02 '24 00:07 CanRau