dlang-community / d2sqlite3

A small wrapper around SQLite for the D programming language
Boost Software License 1.0
75 stars 26 forks source link

Templatize execute od Database #34

Closed tchaloupka closed 7 years ago

tchaloupka commented 7 years ago

Simple tweak to the api to allow shorter parametrized calls

biozic commented 7 years ago

Good idea, thanks!

I wish we kept the return type explicit (ResultRange). Maybe the doc should be changed to match the changes (I can do this later). You could also probably simplify and apply the static if only to the bindAll call.

tchaloupka commented 7 years ago

I've updated it with requested changes. Not a native english speaker so feel free to correct the comments.

biozic commented 7 years ago

Great, thanks