digitalmars.D - SQLite Wrapper?
- dsimcha <dsimcha yahoo.com> Aug 25 2011
- Andrej Mitrovic <andrej.mitrovich gmail.com> Aug 26 2011
- Jesse Phillips <jessekphillips+D gmail.com> Aug 26 2011
I was looking through the Phobos source code and was reminded that there's an SQLite binding in there now. Is there a wrapper for this in the works/in the review queue?
Aug 25 2011
FYI I just bumped into this 10 minutes ago: https://github.com/bayun/SQLite3-D/ I don't know the quality of code or how well it works though.
Aug 26 2011
dsimcha Wrote:I was looking through the Phobos source code and was reminded that there's an SQLite binding in there now. Is there a wrapper for this in the works/in the review queue?
Andrej found the wrapper. This was the place the bindings came from. As for a wrapper in Phobos, I figure there would end up being discussion of an JDBC like database wrapper which would be used for any database connection.
Aug 26 2011









Andrej Mitrovic <andrej.mitrovich gmail.com> 