Icequake
April 14th, 2007 | by Aldacron |While investigating GUI apps designed to manage SQLite DBs, I stumbled across Icequake. It’s written in D using DWT. I had never heard of it before. I’ve only just seen the web site and have yet to download it or look at the source, but I’m thinking that porting it to the new tioported SWT might be a neat little exercise.
Technorati Tags: D Programming Language, DWT, SWT, tioport, SQLite
By Justin Calvarese on Apr 14, 2007
I myself stumbled upon Icequake about a month or so ago. I did little more than download the program (and only tested it for a few minutes), but it seemed like it had some fundamental features that one would need in a database program. If I remember correctly, it could create a database and view a database using SQL commands. (And I think the menu listed other features that weren’t implemented yet.)
Of course, the program isn’t finished yet (the version released on 2007-02-07 is called “iqk-0.0.2-prealpha”), so I hope that iceeLyne continues to implement some of the planned features.
By Aldacron on Apr 15, 2007
I only toyed around with it for a little bit. It’s far from complete, but I like the interface better than similar tools I peeked at yesterday. I’m just happy to have stumbled across a D project in the wild. Most everything D usually shows up on the NG or DSource, so to see something I had never heard of was a treat.
By Clay on Apr 17, 2007
It would be nice to have poseidon in the tioport SWT as well.