Skip to content

Tag Archives: database

QueryBuilder is out

The long awaited QueryBuilder tool is out. The QueryBuilder is a GUI tool to visually build SQL statements. Nice job Gianluca!Homepage: QueryBuilder HPSample screenshot: Select query with auto join

Choosing a RDBMS

In these two days I was looking forward to a Relational DBMS with the following features for my own stuff and also to study it more into deep. The DBMS that I took into consideration are: MySQL, PostgreSQL, FirebirdSQL and MSDE. I admit that is not the whole plethora of RDBMS outta there (the list [...]

QueryDOM is out

I’m pleased to announce you the first public version of the QueryDOM, a growing library whose aim is the generation of SQL queries and data layers at runtime. This version also contain a parser (in alpha state). Must see