As I proposed in #43. This has some rough edges to it, but I wanted to check if this is the right approach. I cleaned up the node and php drivers a bit too, because they were becoming unwieldy :) Two things I noticed while going through the code:
We should support regular indexes (not just primary/unique)
Maybe Format should really be an instance so it can be subclassed for other database engines?
As I proposed in #43. This has some rough edges to it, but I wanted to check if this is the right approach. I cleaned up the node and php drivers a bit too, because they were becoming unwieldy :) Two things I noticed while going through the code:
Format
should really be an instance so it can be subclassed for other database engines?