dstddb
dstddb copied to clipboard
Example didn't seem to work.
import std.database; main(){ auto db = Database.create("MYDB"); db.execute("insert into table('name',123)"); } no property 'execute' for type 'Database'
It makes me wonder if i had it setup right...
The framework is too early for real use, but I did update the quickstart section with more info. What is your primary database type?
ODBC I believe, Also in your example $HOME/db.json did you mean dub.json I'm running Windows :( I have no $HOME
BTW: It's really cool of you to put this library together.