buggins / ddbc

DDBC is DB Connector for D language (similar to JDBC)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

splt ddbc into sub packages

SingingBush opened this issue · comments

as per #92 (comment)

I think it's worth having the project split into sub packages, so there's something like:

ddbc:core
ddbc:drivers
ddbc:pods (or perhaps ddbc:uda?)

initially just so that the pod feature isn't bundled in by default but as the code grows this will help to keep it from being too tightly coupled.