digitalmars.D.announce - SQLite-D goes beta!
- Stefan Koch (12/12) May 30 2016 It is my pleasure to announce that I now consider SQLite-D to be
- Stefan Koch (3/15) Sep 20 2016 It took a few months for me to get to the point, but now it is
- Eugene Wissner (5/25) Sep 20 2016 I want just let you know that native sqlite is absolute great. I
- Karabuta (2/14) Sep 20 2016 Great work! Can't wait to see sample code :)
- Stefan Koch (3/4) Sep 20 2016 It's in app.d
- yawniek (2/7) Sep 21 2016 very elegant! congrats!
- Stefan Koch (8/8) Nov 17 2016 I just updated ~master with a little tool that will print a
It is my pleasure to announce that I now consider SQLite-D to be in Beta stage. The reader is now stable enough to read all the test tables I have been given. The fact that it took around 20 minutes to complete index-tree support convinced mt that I have chosen a solid design. I have received the request to add examples and documentation to sqlite-d. And I will do so as time permits. This project will be boost licensed. So don't be shy :) https://github.com/UplinkCoder/sqlite-d
May 30 2016
On Monday, 30 May 2016 at 18:07:09 UTC, Stefan Koch wrote:It is my pleasure to announce that I now consider SQLite-D to be in Beta stage. The reader is now stable enough to read all the test tables I have been given. The fact that it took around 20 minutes to complete index-tree support convinced mt that I have chosen a solid design. I have received the request to add examples and documentation to sqlite-d. And I will do so as time permits. This project will be boost licensed. So don't be shy :) https://github.com/UplinkCoder/sqlite-dIt took a few months for me to get to the point, but now it is officially boost licensed.
Sep 20 2016
On Tuesday, 20 September 2016 at 16:53:23 UTC, Stefan Koch wrote:On Monday, 30 May 2016 at 18:07:09 UTC, Stefan Koch wrote:I want just let you know that native sqlite is absolute great. I maintain a packagekit backend for slackware linux and it takes advantage of sqlite. It is currently written in C with glib but i want to add some D later. So many thanks for your work!It is my pleasure to announce that I now consider SQLite-D to be in Beta stage. The reader is now stable enough to read all the test tables I have been given. The fact that it took around 20 minutes to complete index-tree support convinced mt that I have chosen a solid design. I have received the request to add examples and documentation to sqlite-d. And I will do so as time permits. This project will be boost licensed. So don't be shy :) https://github.com/UplinkCoder/sqlite-dIt took a few months for me to get to the point, but now it is officially boost licensed.
Sep 20 2016
On Monday, 30 May 2016 at 18:07:09 UTC, Stefan Koch wrote:It is my pleasure to announce that I now consider SQLite-D to be in Beta stage. The reader is now stable enough to read all the test tables I have been given. The fact that it took around 20 minutes to complete index-tree support convinced mt that I have chosen a solid design. I have received the request to add examples and documentation to sqlite-d. And I will do so as time permits. This project will be boost licensed. So don't be shy :) https://github.com/UplinkCoder/sqlite-dGreat work! Can't wait to see sample code :)
Sep 20 2016
On Tuesday, 20 September 2016 at 20:34:19 UTC, Karabuta wrote:Great work! Can't wait to see sample code :)It's in app.d also see test.d
Sep 20 2016
On Tuesday, 20 September 2016 at 20:37:33 UTC, Stefan Koch wrote:On Tuesday, 20 September 2016 at 20:34:19 UTC, Karabuta wrote:very elegant! congrats!Great work! Can't wait to see sample code :)It's in app.d also see test.d
Sep 21 2016
I just updated ~master with a little tool that will print a dot-file with describing the internal Tree-structure of database. All you need to do is to import layout2dot. And call TreeLayoutToDot on your database. it will give you back a string which you can then give to graph-viz. If dot produces anything but a small-height big-width picture you should really vacuum your database.
Nov 17 2016