Open main menu

CDOT Wiki β

Changes

PostgreSQL Adapter Project - Resources

7 bytes added, 12:59, 2 December 2010
Database
:Mapping Objects to Relational Databases @ [http://www.agiledata.org/essays/mappingObjects.html#MappingMetaData agiledata.org]
: Converting Charsets [http://codex.wordpress.org/Converting_Database_Character_Sets]
: ACID:: In computer science, ACID (atomicity, consistency, isolation, durability) is a set of properties that guarantee database transactions are processed reliably. In the context of databases, a single logical operation on the data is called a transaction. For example, a transfer of funds from one bank account to another, even though that might involve multiple changes (such as debiting one account and crediting another), is a single transaction. [http://en.wikipedia.org/wiki/ACID]
===Persistence===
1
edit