Database Plugins Generic connection Database Plugins Creating a database connection in HOP is done using one of the many database types available, or you can create a generic c...
Extending the Database (DB) Registration Writing script resources in extensions Importing extension injected script resources Extending the Database (DB) There will be a lot ...
Flushing the database cache Flushing the database cache The DB->sync() method flushes all modified records from the database cache to disk. It is important to understand that...
Database access optimization Profile first Use standard DB optimization techniques Understand QuerySet s Understand QuerySet evaluation Understand cached attributes Use the wi...
Database access optimization Profile first Use standard DB optimization techniques Understand QuerySet s Understand QuerySet evaluation Understand cached attributes Use the wi...