/[papo]/gnue/common/README.databases
ViewVC logotype

Diff of /gnue/common/README.databases

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by charlie, Tue Aug 27 18:15:51 2002 UTC revision 1.4 by styxman, Fri Nov 15 15:32:54 2002 UTC
# Line 12  Quick chart of supported databases: Line 12  Quick chart of supported databases:
12   * MySQL 3.22-4.x [via MySQLdb]   * MySQL 3.22-4.x [via MySQLdb]
13   * Oracle 8.x [via DCOracle2, cxOracle]   * Oracle 8.x [via DCOracle2, cxOracle]
14   * IBM DB/2 7.1 [via DB2-Python]   * IBM DB/2 7.1 [via DB2-Python]
15   * Interbase 7.x [via Kinterbasdb]   * Interbase 5.x-6.x and Firebird 1.x [via Kinterbasdb]
16   * Informix [via Kinfxdb]   * Informix [via Kinfxdb]
17   * OpenIngres 1.2, CA Ingres 6.4, CA Ingres II [via ingmod]   * OpenIngres 1.2, CA Ingres 6.4, CA Ingres II [via ingmod]
18   * Sybase ASE 11.0.3/11.9.2 [via Sybase-Python]   * Sybase ASE 11.0.3/11.9.2 [via Sybase-Python]
19     * SQLite 2.7 [via PySQLite]
20     * Gadfly 1.0
21    
22  Quick chart of supported middleware:  Quick chart of supported middleware:
23   * GNUe Appserver [via GNURPC]   * GNUe Appserver [via GNURPC]
# Line 85  PostgreSQL Line 87  PostgreSQL
87    
88    
89    
90  *** Psycopg [http://initd.org/Software/psycopg/]  *** Psycopg [http://initd.org/software/psycopg/]
91    
92      POSIX Support: YES      POSIX Support: YES
93      Win32 Support: ???      Win32 Support: ???
# Line 454  Sybase Line 456  Sybase
456    
457    
458    
459    SQLite
460    ======
461    
462    *** PySQLite [http://pysqlite.sourceforge.net/]
463    
464        POSIX Support: YES
465        Win32 Support: YES
466    
467        Platforms Tested:  
468           Debian GNU/Linux 3.0
469    
470        Description:
471           SQLite is a powerful embedded relational database management system
472           in a compact C library, developed by D. Richard Hipp. The library is
473           self-contained ...  itself is uncopyrighted, and free to use for any
474           purpose.
475    
476           SQLite is not a client library used to connect to a big database server.
477           SQLite is the server. The SQLite library reads and writes directly to
478           and from the database files on disk.
479    
480           PySQLite is a Python extension for SQLite that conforms to the Python
481           Database API Specification 2.0. The source is released under the
482           Python license.
483    
484    
485        Example connections.conf entry:
486    
487           [myconn]
488           provider=sqlite         # Use the SQLite adapter
489           dbname=/usr/db/testdb   # The filename for the SQLite database
490    
491        Notes:
492    
493          1. The database engine stores all data in string format. Many
494             SQL statements won't work. Comparison of date types won't work
495             correctly, etc.
496    
497    
498    
499    Gadfly
500    ======
501    
502    *** Gadfly [http://gadfly.sourceforge.net/]
503    
504        POSIX Support: YES
505        Win32 Support: YES
506    
507        Platforms Tested:  
508           Debian GNU/Linux 3.0
509    
510        Description:
511           Gadfly is a simple relational database system implemented in Python
512           based on the SQL Structured Query Language.
513    
514           Gadfly is not a client library used to connect to a big database server.
515           Gadfly is the server. The Gadfly library reads and writes directly to
516           and from the database files on disk.
517    
518    
519        Example connections.conf entry:
520    
521           [myconn]
522           provider=gadfly         # Use the gadfly adapter
523           dbname=testdb           # The filename for the gadfly database
524                                   # (without extension)
525           directory=/usr/db       # The directory where the gadfly database
526                                   # is stored
527    
528        Notes:
529    
530          1. The database engine stores all data in string format. Many
531             SQL statements won't work. Comparison of date types won't work
532             correctly, etc.
533    
534          2. The database engine doesn't support the sql condition "LIKE", it
535             will replaced by the condition "=" (equal) for the moment.
536    
537    
538    
539    
540  MIDDLEWARE ADAPTERS  MIDDLEWARE ADAPTERS
541  ===================  ===================
# Line 468  GNUe Application Server (GEAS V.2) Line 550  GNUe Application Server (GEAS V.2)
550      Win32 Support: YES      Win32 Support: YES
551    
552      Platforms Tested:        Platforms Tested:  
553         ??? (We need your help!)         Debian GNU/Linux 3.0
554           MS Windows 98
555    
556      Description:      Description:
557         GNUe's own Enterprise Application Server, currently under heavy         GNUe's own Enterprise Application Server, currently under heavy
# Line 531  ODBC Line 614  ODBC
614    
615  *** PythonWin ODBC [http://aspn.activestate.com/ASPN/Downloads/ActivePython/Extensions/Win32all]  *** PythonWin ODBC [http://aspn.activestate.com/ASPN/Downloads/ActivePython/Extensions/Win32all]
616    
617      POSIX Support: YES      POSIX Support: NO
618      Win32 Support: YES [prebuilt binaries]      Win32 Support: YES [prebuilt binaries]
619    
620      Platforms Tested:        Platforms Tested:  

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26