copycat

Simple, transparent and non-intrusive Python persistence
Download

copycat Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Publisher Name:
  • Felipe Cruz
  • Publisher web site:
  • http://loogica.net

copycat Tags


copycat Description

Simple, transparent and non-intrusive Python persistence copycat is a simple, transparent, non-intrusive persistence Python library. It’s released under BSD LicenseIt is based on the techniques of system snapshotting and transaction journalling. In the prevalent model, the object data is kept in memory in native object format, rather than being marshalled to an RDBMS or other data storage system. A snapshot of data is regularly saved to disk, and in addition to this, all changes are serialised and a log of transactions is also stored on disk. Requirements: · Python


copycat Related Software