Refactoring Database Access in Marauroa: Difference between revisions

Content deleted Content added
imported>Hendrik Brummermann
m cat
imported>Kymara
 
(6 intermediate revisions by the same user not shown)
Line 49:
=== What are those database adapters for? ===
 
They are a thin layer of database abstraction. This allows us to not only support MySQL but also database systems withwhich don't require an external server.
 
 
=== Why is there a method getLastInsertId? ===