![]() |
|
SitemapMcMillan Enterprises, Inc.Python Pages Sockets HOWTO Distributing Python Programs A Python C++ API Embedding Python Stackless Python MkSQL MkSQL Users Guide MkSQL Grammar Import Hooks Java Samples About ME Inc. |
MkSQLWhat is it?MkSQL is a Python package which implements a SQL front end to the MetaKit database. It implements a large subset of the SQL 2 (aka SQL 92) standard, and comes with a Python DBI version 2 interface. PrerequisitesMkSQL requires:
More DetailsMkSQL can be used to query or update any existing MetaKit database which has a relational structure. Basically that means that subviews are are ignored. In addition, if you use MkSQL to define your database structure, MkSQL will enforce integrity constraints on all update, insert and delete statements. Note that MkSQL is not a database server. MetaKit is an embedded database, and MkSQL does nothing to change that. Further Reading
InstallationDownload the Windows zip file or the tar.gz file. The current release is 0a0. Unzip the archive, and from the top level directory, execute For a quick demo, see the |
copyright 1999-2002 McMillan Enterprises, Inc. |