Skip to content

another php mysql layer - master+slave replication support, direct connection access, automatic reconnect if server gone away, wont connect if no queries are run, simple orm layer with active record style row objects and no class files per table

Notifications You must be signed in to change notification settings

soldair/solumDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

solumDB version 0.0

== WHAT IT IS ==

* handles routing queries to the right connections
* handles reconnecting if server has gone away - very helpful for long running scripts
* only connects if it has to - so if you make a sweet caching setup and you dont need the db at 
  all it wont connect
* this is a db class made to be a drop in replacement for low performance orm nightmares
  if you have built all of your model logic in orm specific db class files i feel sorry for you =(

== WHAT IT IS NOT ==

`

About

another php mysql layer - master+slave replication support, direct connection access, automatic reconnect if server gone away, wont connect if no queries are run, simple orm layer with active record style row objects and no class files per table

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages