cruisercoder / dstddb

A proposed standard database interface and library for D
MIT License
28 stars 10 forks source link

dstddb philosoply #10

Open bubnenkoff opened 8 years ago

bubnenkoff commented 8 years ago

Do you plan implement support of all DBs from scratch or dstddb would include same wrappers?

I mean that there is for example perfect native driver for PG https://github.com/etcimon/ddb Is it's possible to use code from it, to do not write already existent code again.