digitalmars.D.announce - SQLite 3.5.16 bindings for D
- Jaap Geurts (2/2) Jun 23 2009 I have just completed bindings for D for the latest SQLite 3.5.16. You c...
- enter (2/4) Jun 26 2009 Wonderful! But it use Tango? Can I use it with Phobos?
- dickl (5/11) Jun 26 2009 Just replace:
- Ary Borenszweig (2/16) Jun 26 2009 Can't those be in druntime?
- negerns (4/21) Jun 28 2009 Could this be included in the DDBI project? I believe that SQLite was
I have just completed bindings for D for the latest SQLite 3.5.16. You can download it here: http://www.proficiosoftware.com/ or directlry here http://www.proficiosoftware.com/sqlitebindings
Jun 23 2009
Jaap Geurts Wrote:I have just completed bindings for D for the latest SQLite 3.5.16. You can download it here: http://www.proficiosoftware.com/ or directlry here http://www.proficiosoftware.com/sqlitebindingsWonderful! But it use Tango? Can I use it with Phobos?
Jun 26 2009
enter wrote:Jaap Geurts Wrote:Just replace: private import tango.core.Vararg; // For va_list. with: private import std.stdarg;I have just completed bindings for D for the latest SQLite 3.5.16. You can download it here: http://www.proficiosoftware.com/ or directlry here http://www.proficiosoftware.com/sqlitebindingsWonderful! But it use Tango? Can I use it with Phobos?
Jun 26 2009
dickl escribió:enter wrote:Can't those be in druntime?Jaap Geurts Wrote:Just replace: private import tango.core.Vararg; // For va_list. with: private import std.stdarg;I have just completed bindings for D for the latest SQLite 3.5.16. You can download it here: http://www.proficiosoftware.com/ or directlry here http://www.proficiosoftware.com/sqlitebindingsWonderful! But it use Tango? Can I use it with Phobos?
Jun 26 2009
Ary Borenszweig wrote:dickl escribió:Could this be included in the DDBI project? I believe that SQLite was started in DDBI back then. negernsenter wrote:Can't those be in druntime?Jaap Geurts Wrote:Just replace: private import tango.core.Vararg; // For va_list. with: private import std.stdarg;I have just completed bindings for D for the latest SQLite 3.5.16. You can download it here: http://www.proficiosoftware.com/ or directlry here http://www.proficiosoftware.com/sqlitebindingsWonderful! But it use Tango? Can I use it with Phobos?
Jun 28 2009