Update of /cvsroot/modeling/ProjectModeling/Modeling/doc/HomePage
In directory sc8-pr-cvs1:/tmp/cvs-serv1164/doc/HomePage
Modified Files:
main.tex
Log Message:
Added info. for SQLite support + link to db-servers home pages
Index: main.tex
===================================================================
RCS file: /cvsroot/modeling/ProjectModeling/Modeling/doc/HomePage/main.tex,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** main.tex 27 May 2003 20:05:02 -0000 1.15
--- main.tex 11 Jun 2003 11:36:01 -0000 1.16
***************
*** 100,104 ****
\begin{description}
! \item[Postgresql] versions 7.2 and 7.3 (see \begin{rawhtml}
<a href="http://modeling.sourceforge.net/UserGuide/env-vars-postgresql.html">Postgresql specificities</a>\end{rawhtml} in the User's Guide if you're using v7.3).
--- 100,104 ----
\begin{description}
! \item[\begin{rawhtml}<a href="http://www.postgresql.org/">Postgresql</a>\end{rawhtml}] versions 7.2 and 7.3 (see \begin{rawhtml}
<a href="http://modeling.sourceforge.net/UserGuide/env-vars-postgresql.html">Postgresql specificities</a>\end{rawhtml} in the User's Guide if you're using v7.3).
***************
*** 109,113 ****
\end{rawhtml} or
\begin{rawhtml}
! <a href="http://www.druid.net/pygresql/">pgdb</a>
\end{rawhtml} or
\begin{rawhtml}
--- 109,113 ----
\end{rawhtml} or
\begin{rawhtml}
! <a href="http://www.druid.net/pygresql/">PyGreSQL</a>(pgdb)
\end{rawhtml} or
\begin{rawhtml}
***************
*** 115,124 ****
\end{rawhtml}
! \item[MySQL] tested with v3.23.52
!
Supported python adaptor:
\begin{rawhtml}
<a href="http://sourceforge.net/projects/mysql-python">MySQL</a>
\end{rawhtml}
\end{description}
--- 115,130 ----
\end{rawhtml}
! \item[\begin{rawhtml}<a href="http://www.mysql.com/">MySQL</a>\end{rawhtml}] tested with v3.23.52
Supported python adaptor:
\begin{rawhtml}
<a href="http://sourceforge.net/projects/mysql-python">MySQL</a>
+ \end{rawhtml}
+
+ \item[\begin{rawhtml}<a href="http://www.sqlite.org/">SQLite</a>\end{rawhtml}] tested with v2.8.3
+
+ Supported python adaptor:
+ \begin{rawhtml}
+ <a href="http://pysqlite.sourceforge.net/">PySQLite</a>
\end{rawhtml}
\end{description}
|