Re: database 0.0.8 released

2017-09-12 Thread Brian via Digitalmars-d-announce
On Tuesday, 12 September 2017 at 17:37:23 UTC, Adam D. Ruppe wrote: On Tuesday, 12 September 2017 at 17:14:27 UTC, Brian wrote: dlang database library: Database abstraction layer for D programing language, support PostgreSQL / MySQL / SQLite. not bad. - Statement Database.prepare(sql) Creat

Re: database 0.0.8 released

2017-09-12 Thread Brian via Digitalmars-d-announce
On Wednesday, 13 September 2017 at 04:30:24 UTC, Vadim Lopatin wrote: On Tuesday, 12 September 2017 at 17:14:27 UTC, Brian wrote: dlang database library: Database abstraction layer for D programing language, support PostgreSQL / MySQL / SQLite. Project: https://github.com/huntlabs/database D

Re: database 0.0.8 released

2017-09-12 Thread rikki cattermole via Digitalmars-d-announce
Add on allocator support and many more comments, aka if public facing then document it. Then we'd be in business!

Re: database 0.0.8 released

2017-09-12 Thread Vadim Lopatin via Digitalmars-d-announce
On Tuesday, 12 September 2017 at 17:14:27 UTC, Brian wrote: dlang database library: Database abstraction layer for D programing language, support PostgreSQL / MySQL / SQLite. Project: https://github.com/huntlabs/database Did you see DDBC project? It supports postgres, mysql, and sqlite, too.

Re: database 0.0.8 released

2017-09-12 Thread Adam D. Ruppe via Digitalmars-d-announce
On Tuesday, 12 September 2017 at 17:14:27 UTC, Brian wrote: dlang database library: Database abstraction layer for D programing language, support PostgreSQL / MySQL / SQLite. not bad. - Statement Database.prepare(sql) Create a prepared Statement ooh, this is something I have been wanting t

database 0.0.8 released

2017-09-12 Thread Brian via Digitalmars-d-announce
dlang database library: Database abstraction layer for D programing language, support PostgreSQL / MySQL / SQLite. Project: https://github.com/huntlabs/database ## Database Database abstraction layer for D programing language, support PostgreSQL / MySQL / SQLite. ## Example ```D import std.

Re: D books for $10

2017-09-12 Thread Brian via Digitalmars-d-announce
On Tuesday, 12 September 2017 at 06:29:04 UTC, Kai Nacke wrote: Hi all, Packt Publishing offers eBooks for $10 for a limited time. If your collection of D eBooks is still incomplete then this is a great chance for you. :-) Some of the eBook + Print bundles are reduced, too. Otherwise you can

Re: D books for $10

2017-09-12 Thread Andre Pany via Digitalmars-d-announce
On Tuesday, 12 September 2017 at 13:25:47 UTC, Ali wrote: On Tuesday, 12 September 2017 at 06:29:04 UTC, Kai Nacke wrote: Hi all, D Web Development by myself (https://www.packtpub.com/web-development/d-web-development) Regards, Kai kind of unrelated question, does vibe.d install and deploys

Re: D on devdocs

2017-09-12 Thread ANtlord via Digitalmars-d-announce
On Monday, 11 September 2017 at 21:03:53 UTC, Andre Pany wrote: On Monday, 11 September 2017 at 03:23:47 UTC, ANtlord wrote: Hello. I'm not sure that you know, but documentation of D language has become to devdocs.io. It is web service provides offline documentation. We've got a useful tool for

Re: D books for $10

2017-09-12 Thread Ali via Digitalmars-d-announce
On Tuesday, 12 September 2017 at 06:29:04 UTC, Kai Nacke wrote: Hi all, D Web Development by myself (https://www.packtpub.com/web-development/d-web-development) Regards, Kai kind of unrelated question, does vibe.d install and deploys to windows?

Re: A D blog post about my web server

2017-09-12 Thread aberba via Digitalmars-d-announce
On Sunday, 10 September 2017 at 08:32:37 UTC, Danny Arends wrote: Hey all, Don't know if this is the right place to put this (delete if needed) I made some updates to my web server (written in the D language), and thought some of you might find it interesting: https://www.dannyarends.nl/Co

dlang-requetst v0.5.3 released

2017-09-12 Thread ikod via Digitalmars-d-announce
Hello, Since last announced version 0.5.1 several bugfixes and improvements were added: 1. Improvement: "bind" local address enabled on outgoing connections (https://github.com/ikod/dlang-requests/issues/51) 2. Improvement: SNI for ssl connection implemented, as some servers require SNI (