Split out database adapter to class based on type #19
Labels
No labels
bug
confirmed
critical
database
discussion
documentation
email-support
enhancement
feature
suggestion
support
warlock
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference: hazaar/hazaar-mvc-old#19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
At the moment all database access is done via Hazaar\Db\Adapter. This needs to change as we are starting to get a few features that are specific to a particular database type. We need to create at least the following.
For now I might leave
Hazaar\Db\Adapter
as usable (ie: non-abstract) so that it can still be used for other "no to supported" PDO database types.This is now called DBI for DataBase Interface. The main class used is
Hazaar\DBI
which uses a driver such asHazaar\DBI\DBD\Pgsql
.Status changed to closed