Skip to main content

Tools to facilitate adding an OData interface in front of a SQL database.

Project description

SQL To OData

Tests Linter Security Release

This Python package provides tools to facilitate adding an OData interface in front of a SQL database.

Prerequisites

Installation is via pip:

pip install sql-to-odata

Usage

Basic usage is as follows:

import sql_to_odata

odata_interface = sql_to_odata.ODataInterface(domain_name='example.com', sqlite_filename='my.db')

schema_xml = odata_interface.get_database_schema_xml()
table_json = odata_interface.get_table_json('mytable')

TODO write usage description here

References

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

sql_to_odata-0.1.1.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

sql_to_odata-0.1.1-py3-none-any.whl (3.7 kB view hashes)

Uploaded Python 3

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