Hi guys!

I'm tracking the smalltalk implementations of relational database drivers that are floating around :).�

So far I have:

http://smalltalkhub.com/mc/PharoExtras/PostgresV2/main

Open source - last commit 2013 - This is the only one we use in DBXTalk with glorp.

http://www.squeaksource.com/MySQL.html
Does not specify licence - last commit around 2012

http://www.squeaksource.com/PostgresV3.html
MIT licence - last commit around 2010

http://www.squeaksource.com/ODBC.html
MIT licence - last commit around 2011

http://www.squeaksource.com/SQLite.html
http://ss3.gemstone.com/ss/SQLite.html/Overview?_s=kR2mf_G3WE3A6p9g&_k=I7awSLhz-t8Go8Ke
MIT licence

Now, except for postgresv2, all the others are in squeaksource. I'd like to move them to smalltalkhub under some "RelationalDatabase" group, maybe DBXTalk. But at the same time I imagine they are not pharo specific, ideas?