dstddb icon indicating copy to clipboard operation
dstddb copied to clipboard

Example didn't seem to work.

Open taylorh140 opened this issue 9 years ago • 2 comments

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...

taylorh140 avatar Jul 10 '15 22:07 taylorh140

The framework is too early for real use, but I did update the quickstart section with more info. What is your primary database type?

cruisercoder avatar Jul 10 '15 23:07 cruisercoder

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.

taylorh140 avatar Jul 11 '15 02:07 taylorh140