1. 28 Jan, 2019 1 commit
  2. 25 Jan, 2019 2 commits
  3. 24 Jan, 2019 5 commits
  4. 23 Jan, 2019 3 commits
  5. 17 Jan, 2019 1 commit
  6. 20 Dec, 2018 1 commit
  7. 15 Oct, 2018 1 commit
  8. 09 Aug, 2018 1 commit
    • Kirill Smelkov's avatar
      go/zodb: DB - application-level handle to database (very draft) · 533f0c73
      Kirill Smelkov authored
      DB represents a handle to database at application level and contains pool
      of connections. DB.Open opens database connection. The connection will be
      automatically put back into DB pool for future reuse after corresponding
      transaction is complete. DB thus provides service to maintain live objects
      cache and reuse live objects from transaction to transaction.
      
      Note that it is possible to have several DB handles to the same database.
      This might be useful if application accesses distinctly different sets of
      objects in different transactions and knows beforehand which set it will be
      next time. Then, to avoid huge cache misses, it makes sense to keep DB
      handles opened for every possible case of application access.
      
      TODO handle invalidations.
      533f0c73
  9. 08 Aug, 2018 8 commits
  10. 07 Aug, 2018 1 commit
  11. 31 Jul, 2018 1 commit
  12. 30 Jul, 2018 9 commits