Changeset: f4f4ba58c54d for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f4f4ba58c54d Modified Files: buildtools/doc/windowsbuild.rst Branch: default Log Message:
Added blurb about Python directory. diffs (33 lines): diff -r fbff9df8f94c -r f4f4ba58c54d buildtools/doc/windowsbuild.rst --- a/buildtools/doc/windowsbuild.rst Fri Aug 13 09:47:42 2010 +0200 +++ b/buildtools/doc/windowsbuild.rst Fri Aug 13 10:32:27 2010 +0200 @@ -96,17 +96,25 @@ in the database and query these documents using XQuery. This component is required if you need XML/XQuery support. +geom +---- + +The geom component provides a module for the MonetDB SQL frontend. +This component is optional. + java ---- Also known as MonetDB Java, this component provides both the MonetDB JDBC driver and the XRPC wrapper. This component is optional. -geom ----- +python +------ -The geom component provides a module for the MonetDB SQL frontend. -This component is optional. +This component provides a Python module that can be used to +communicate with the server. The module is compatible with Python +DBAPI 2.0 and has support for Python version 2.5 and up (including +3.X). This component is optional. testing ------- _______________________________________________ Checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
