Re: [GENERAL] ANY small and smart DBMS running on Win32 platform? - Mailing list pgsql-general

From Oleg Broytmann
Subject Re: [GENERAL] ANY small and smart DBMS running on Win32 platform?
Date
Msg-id Pine.LNX.4.21.9912100857290.5149-100000@fep132.fep.ru
Whole thread Raw
In response to ANY small and smart DBMS running on Win32 platform?  ("XiaoQing" <bluexiao@yeah.net>)
List pgsql-general
On Fri, 10 Dec 1999, XiaoQing wrote:
> except MySQL, that's something commerical.
> I need your help!

   If you need realy small database and not client-server, you may consider
bsddb. AFAIK perl for windows comes with prebuilt bsddb.

   Python-based solutions can be found here:
http://www.vex.net/parnassus/apyllo.py/973100124.

   There are Flat ASCII Database (all platforms), gdbmmodule-win32, MkWrap
(python wrapper for MetaKit), mxODBC (so you can connect to ANY
ODBC-compliant db), and finally, the GadFly. GadFly is an SQL engine,
written entirely in Python, and thus portable to any platform. URL -
   http://www.chordate.com/gadfly.html

Oleg.
----
    Oleg Broytmann     http://members.xoom.com/phd2/     phd2@earthling.net
           Programmers don't die, they just GOSUB without RETURN.


pgsql-general by date:

Previous
From: "XiaoQing"
Date:
Subject: ANY small and smart DBMS running on Win32 platform?
Next
From: Ed Loehr
Date:
Subject: "ExecInitIndexScan: both left and right op's are rel-vars"