Download the latest version of Growl for Windows

Growl On Your iPhone

Prowl notifications

Get your Growl notifications on your iPhone with Prowl.

Prowl Instructions >

For Developers

Integrate Growl notifications into your applications with just a few lines of code

Download the Integration Guide >

Create custom displays for handling notifications

Download the Display SDK >

Monday, April 13, 2009

New Growl-SQL connector

GFW user Daniel just released a SQL-to-Growl connector that lets you send notifications simply by executing a stored procedure. To read up on how it works, check out this Growl for Windows discussion group post:

You can download the connector from:

http://cloud.github.com/downloads/knippers/sql2growl/Sql2Growl_1.0.zip

The full source code is also available here:

http://github.com/knippers/sql2growl/tree/master

3 comments:

Daniel said...

I already created a version 1.1: http://cloud.github.com/downloads/knippers/sql2growl/Sql2Growl_1.1.zip

This version contains mostly optimization and better sql error handling

Daniel said...

I have published version 1.2. I made improvements to the code and setup project to support better install, uninstall and repair.

Link to setup: http://cloud.github.com/downloads/knippers/sql2growl/Sql2Growl_1.2.zip

Daniel said...

Turns out that an improvement made to the installer code so you don't get a "service already installed" error if you repair the installation was having the side effect that the nt service was not always installed. Considering all the installer problems, I might add like a post install util that does the actual service installation and asks for the database connect details.

Link to setup: http://cloud.github.com/downloads/knippers/sql2growl/Sql2Growl_1.3.zip

Post a Comment