[eluser]m4rw3r[/eluser]
I have a database abstraction in the works which will be able to reroute writes to another connection (for master/slave layout).
(It is also very fast and flexible.)
It will be compatible with IgnitedRecord (I think, dunno how similar to CI's it is yet), as IgnitedRecord uses its own SQL-builder.
It is almost ready for an mid-development release, containing a sql-builder (NOT IgnitedQuery, instead it is a faster, smaller and more flexible variant) and the database abstraction itself. A manual is also included (not falling into the same trap as I did with IgnitedRecord, writing the manual as I go now

).
It will lack ORM, which I will do a complete rewrite (and architectural redesign) of IgnitedRecord and then bundle it with that abstraction (probably very small similarities with IR).