awesomeapp-dev / rust-desktop-app

Base desktop application code with Tauri, Native Web Components and SurrealDB (follow the VMES app architecture)
Apache License 2.0
267 stars 28 forks source link

how to bulk insert to surrealdb #9

Open subralog opened 1 year ago

subralog commented 1 year ago

in the demo video and template we have the create, patchable and merge commands that work for single unit of project and task data. how can we bulk insert data that are fetched from an api call? am i missing any features already available?