home.social

#libsql — Public Fediverse posts

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

fetched live
  1. And now I found out about , an service provider. 😅 They're using fork to make this doable.

    The premise on the service is simple. They build a distributed sqlite set up. You as a user can then use that.

    Knowing full well how to make a distributed sqlite and with backup control, this can take a lot of time. I can see value in that. 😅

    And considering cloud is deprecated... It may be a good try. 🫠

    turso.tech/

  2. youtu.be/bxBhVDdizl8?si=P0eHKW
    Exploring the world of embeddable databases for AI-powered apps and personal knowledge graphs! Discover the best options for portable and efficient data storage. 📊

    Check out the full details on how these databases can transform your app's data management!

  3. Post commemorating SQLite fork #libSQL achieving 500 GitHub stars and a brief history in to the project blog.turso.tech/libsql-the-for

  4. I didn't know about this SQLite fork. ⎇

    I wonder if it can be used with the same SQLite backend for the Django ORM. 🤔

    You can read more about our goals and motivation in the announcement article 👇
    itnext.io/sqlite-qemu-all-over

  5. Been impressed with Turso usage of #libSQL to the edge with replication and multi-tenancy, especially the performance. Great post about the underlying architecture including #sqlite compileralchemy.substack.com/p

  6. How works under the hood.

    "libSQL: Diving Into a Engineering Epic"

    Special thoughts for people who love SQLite!

    compileralchemy.substack.com/p

  7. Thinking there may come a time defines itself as an alternate backend. 😅 Recently they released , an server using postgres.

    Nothing wrong with postgres wire protocol. Makes sense with how powerful it is. 😎

    The weird part is libsql supporting more features of postgres not on sqlite. Which may make libsql more postgres using sqlite backend instead? 🤔

    github.com/libsql/sqld/blob/ma