home.social

#libsql — Public Fediverse posts

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

  1. #devlog #MyRuckClub

    - Moved #turso from #libSql to fetch to mitigate CORS issues.
    - Realized through the migration step above, that each time the events page refreshes each event item made a turso call, thus to mitigate this setup a #pinia store.
    - The pinia store has made the app faster, since the all turso calls done on first load and then functions off of that data.

  2. 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/

  3. And now I found out about #turso, an #sqlite service provider. 😅 They're using #libsql 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 #litefs cloud is deprecated... It may be a good try. 🫠

    turso.tech/

  4. And now I found out about #turso, an #sqlite service provider. 😅 They're using #libsql 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 #litefs cloud is deprecated... It may be a good try. 🫠

    turso.tech/

  5. And now I found out about #turso, an #sqlite service provider. 😅 They're using #libsql 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 #litefs cloud is deprecated... It may be a good try. 🫠

    turso.tech/

  6. And now I found out about #turso, an #sqlite service provider. 😅 They're using #libsql 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 #litefs cloud is deprecated... It may be a good try. 🫠

    turso.tech/

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

  8. 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. 📊

    #LevelDB #SQLite #LibSQL #Firebird #DuckDB #PGLite #CozoDB #RealDB #DataStorage #EmbeddedDatabases #AI #KnowledgeGraphs

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

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

    #LevelDB #SQLite #LibSQL #Firebird #DuckDB #PGLite #CozoDB #RealDB #DataStorage #EmbeddedDatabases #AI #KnowledgeGraphs

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

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

    #LevelDB #SQLite #LibSQL #Firebird #DuckDB #PGLite #CozoDB #RealDB #DataStorage #EmbeddedDatabases #AI #KnowledgeGraphs

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

  11. 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. 📊

    #LevelDB #SQLite #LibSQL #Firebird #DuckDB #PGLite #CozoDB #RealDB #DataStorage #EmbeddedDatabases #AI #KnowledgeGraphs

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

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

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

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

    #sqlite #libsql #fork #opensource #python #django #orm

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

    #sqlite #libsql #fork #opensource #python #django #orm

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

    #sqlite #libsql #fork #opensource #python #django #orm

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

    #sqlite #libsql #fork #opensource #python #django #orm

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

  19. How works under the hood.

    "libSQL: Diving Into a Engineering Epic"

    Special thoughts for people who love SQLite!

    compileralchemy.substack.com/p

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

  21. Thinking there may come a time #libsql defines itself as an alternate #postgres backend. 😅 Recently they released #sqld, an #sqlite 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

  22. Thinking there may come a time #libsql defines itself as an alternate #postgres backend. 😅 Recently they released #sqld, an #sqlite 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

  23. Thinking there may come a time #libsql defines itself as an alternate #postgres backend. 😅 Recently they released #sqld, an #sqlite 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