Skip to main content

SQL statements generator for Zope SQL adapters

Project description

This package provides a simple generator for SQL statements, which are then executed by a Zope database adapter.

It does not try to implement an object-relational mapper (ORM) but simply helps to create SQL statements.

The purpose of this package is not to provide new functionality but to factor out existing functionality from an existing monolitic Zope product. Thus, it is more likely to lose functionality during further development (as parts of it will be forked out into their own packages, or some functionality may even become obsolete because there are better alternatives in standard Plone components).

There might be some work still necessary to make this product useful for a broader audience; it is currently in use in our monolithic product resp. it’s successors only.

Features

  • Methods: - insert - update - delete - select - query

  • Implements the Context manager protocol (PEP 343)

Examples

This add-on can be seen in action at the following sites:

Documentation

Full documentation for end users can be found in the “docs” folder.

Installation

Install visaplan.plone.sqlwrapper by adding it to your buildout:

[buildout]

...

eggs =
    visaplan.plone.sqlwrapper

and then running bin/buildout

Contribute

Support

If you are having issues, please let us know; please use the issue tracker mentioned above.

License

The project is licensed under the GPLv2.

Contributors

Changelog

1.0 (2018-09-17)

  • No further changes. [tobiasherp]

1.0.dev1 (unreleased)

  • Initial release. [tobiasherp]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

visaplan.plone.sqlwrapper-1.0.tar.gz (21.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page