Refactoring Database Access in Marauroa: Difference between revisions
Content deleted Content added
imported>Hendrik Brummermann m cat |
imported>Kymara |
||
| (11 intermediate revisions by 2 users 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
=== Why is there a method getLastInsertId? ===
| |||