home.social

#softwaredatabase — Public Fediverse posts

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

fetched live
  1. 🔍 / #software / #database

    "FerretDB"

    > #FerretDB allows you to use #MongoDB drivers seamlessly with #PostgreSQL as the database backend. Use all tools, drivers, UIs, and the same query language and stay open-source.

    🐱🔗 laravista.altervista.org/CatLi

    #catlink #softwaredatabase

  2. 🔍 / #software / #database / #SQLite / #transaction

    An important feature of transactional databases like SQLite is "atomic commit". Atomic commit means that either all database changes within a single transaction occur or none of them occur. With atomic commit, it is as if many different writes to different sections of the database file occur instantaneously and simultaneously.

    🐱🔗 laravista.altervista.org/CatLi

    #catlink #softwaredatabase #softwaredatabaseSQLite #softwaredatabaseSQLitetransaction