#surrealdb — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #surrealdb, aggregated by home.social.
-
SurrealDB 3.0 now packs agent memory, business logic, and multimodal data into a single Rust‑powered engine. It blends graph queries, vector search and retrieval‑augmented generation, letting AI agents store context and act without juggling separate stores. Dive into the details and see how this open‑source DB could reshape your stack. #SurrealDB #RetrievalAugmentedGeneration #VectorSearch #MultiModalData
🔗 https://aidailypost.com/news/surrealdb-30-stores-agent-memory-business-logic-multimodal-data-one-db
-
If you're a developer, #SurrealDB might be the ultimate prototyping tool for your data. Check out my latest blog post on using SurrealDB with Node.js and Fastify! #sql #nosql #nodejs #fastify https://reverentgeek.com/meet-surrealdb-nodejs/
-
If you're a developer, #SurrealDB might be the ultimate prototyping tool for your data. Check out my latest blog post on using SurrealDB with Node.js and Fastify! #sql #nosql #nodejs #fastify https://reverentgeek.com/meet-surrealdb-nodejs/
-
If you're a developer, #SurrealDB might be the ultimate prototyping tool for your data. Check out my latest blog post on using SurrealDB with Node.js and Fastify! #sql #nosql #nodejs #fastify https://reverentgeek.com/meet-surrealdb-nodejs/
-
If you're a developer, #SurrealDB might be the ultimate prototyping tool for your data. Check out my latest blog post on using SurrealDB with Node.js and Fastify! #sql #nosql #nodejs #fastify https://reverentgeek.com/meet-surrealdb-nodejs/
-
If you're a developer, #SurrealDB might be the ultimate prototyping tool for your data. Check out my latest blog post on using SurrealDB with Node.js and Fastify! #sql #nosql #nodejs #fastify https://reverentgeek.com/meet-surrealdb-nodejs/
-
If you are looking for an #OpenSource #MultiModel #NoSQL database, and considering #SurrealDB or #TerminusDB , take a look at #ArcadeDB : https://docs.arcadedb.com
-
Huge progress on my #PrayerOfHannah service projection for churches app that I am writing in #RustLang
Learned loads about #SurrealDB got my first foreign key relationship working. Also my first HTML form select which correctly shows current value.
Basic songs table with CRUD now working.
Code in Add-songs branch on #CodeBerg at https://codeberg.org/Dave42W/PrayerOfHannah/src/branch/Add-songs -
Been playing a lot with #SurrealDB on #RustLang with #Axum and #Handlebars_rs
My #PrayerOfHannah app on #CodeBerg at https://codeberg.org/Dave42W/PrayerOfHannah now has working #CRUD for SongBooks and Authors using the embedded file db engine which is #RocksDB under the covers.
Starting to get to a more productive place. -
Today I've been playing with #SurrealDB as embedded database in #RustLang for my #PrayerOfHannah project. Code is on #CodeBerg as usual.
Hadn't realised local storage uses #RocksDB which it turns out is an #OpenSource project from #FaceBook - H'mm, that doesn't thrill me. -
Dec 23
forgot to update regularly.
- working on my web app
- using #axum web framework
- for templating picked #askama
- using #TailwindCSS for styling
- for db using #surrealdb
- basic structure is done
- next need to add error handling, tracing
so far enjoying writing #RustLang