Re: [GENERAL] Trouble with Innstalling PostGreSQL 6.5.2 on Win NT
Oleg Broytmann <phd@sun.med.ru>
From: Oleg Broytmann <phd@sun.med.ru>
To: Kevin Lo <kevlo@hello.com.tw>
Cc: pgsql-general@postgreSQL.org
Date: 1999-10-01T11:00:31Z
Lists: pgsql-general
On Fri, 1 Oct 1999, Kevin Lo wrote:
> Some friends of mine works on NT platform, they just want to learn SQL,
> but you know, almost databases on NT are commercial, they are expensive
> and they cannot pay it just because they want to learn SQL, right?
If you know (or agree to learn) Python programming language I cannot
resist to recommend you to try Gadfly. It is SQL engine written entirely in
Python, and thus it is portable to any platform where python exists
(DOS/Windows/UNIX/Mac/etc). It is free, it is small and simple, but
powerful enough to use it even in commercial projects. To speed things up
some internal parts had been rewritten in C, but I don't know how this work
on NT (on UNIX it is pretty good).
http://www.chordate.com/gadfly.html
> > jeff
Oleg.
----
Oleg Broytmann http://members.xoom.com/phd2/ phd2@earthling.net
Programmers don't die, they just GOSUB without RETURN.