home.social

#surrealdb — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #surrealdb, aggregated by home.social.

  1. 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

    🔗 aidailypost.com/news/surrealdb

  2. 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 reverentgeek.com/meet-surreald

  3. 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 reverentgeek.com/meet-surreald

  4. 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 reverentgeek.com/meet-surreald

  5. 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 reverentgeek.com/meet-surreald

  6. If you're a developer, might be the ultimate prototyping tool for your data. Check out my latest blog post on using SurrealDB with Node.js and Fastify! reverentgeek.com/meet-surreald

  7. 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 codeberg.org/Dave42W/PrayerOfH

  8. Been playing a lot with #SurrealDB on #RustLang with #Axum and #Handlebars_rs
    My #PrayerOfHannah app on #CodeBerg at codeberg.org/Dave42W/PrayerOfH 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.

  9. 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.

  10. 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