Tag Archives: Windows

DBConnect

Hello all, it’s been a while.

Today I am releasing DBConnect, another simple useful utility alongside with UUIDer. It has been quite a handy tool for myself at work so I’d like to share it. I wished there was something like that when I did my database unit in uni last year!

DBConnect is a simple GUI application that allows users to quickly connect and create(SQLite) different types of databases and run queries on them.

You can check it out and download a copy for Windows over at Infinity Box Studios. MacOS builds are not provided at the moment, but you can easily install Qt and build it yourself.

Source and binary is also available on GitHub. The application was developed using Qt5.3.1, and is required to build the application. Everything’s released under the BSD 3-Clause license at the moment.

UUIDer: An UUID generator for Windows & Mac

I’ve released a simple UUID generator app before Christmas. It’s a simple GUI application written in Qt which runs on Windows and newer versions of MacOS. I know there are a gillion of these generators on the internet but most of them do not provide option for choosing the UUID version, name space and data seed. People like me also prefer a standalone application.

The builds are all portable, so there’s no installation involved. Source is available over at GitHub (just Google “UUIDer”).
I have plans for implementing a save feature for saving already generated keys and adding notes for them, but this is low priority at the moment unless there’s a huge demand for it.

Any issues you can drop a comment below or send a Twitter/Email message to Infinity Box Studios.

Link to download page: click here

Link to GitHub repository: click here