Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/databasestratum/py-stratum-mssql
PyStratum: MS SQL Server Backend
https://github.com/databasestratum/py-stratum-mssql
py-stratum sql-server stored-procedure stored-procedures wrapper
Last synced: about 1 month ago
JSON representation
PyStratum: MS SQL Server Backend
- Host: GitHub
- URL: https://github.com/databasestratum/py-stratum-mssql
- Owner: DatabaseStratum
- License: mit
- Created: 2016-07-24T17:36:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-10-26T12:19:47.000Z (over 4 years ago)
- Last Synced: 2024-12-28T17:37:58.995Z (about 1 month ago)
- Topics: py-stratum, sql-server, stored-procedure, stored-procedures, wrapper
- Language: Python
- Homepage: https://pystratum-mssql.readthedocs.io/
- Size: 376 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.md
Awesome Lists containing this project
README
PyStratum-MSSQL
===============MS SQL Server Backend for PyStratum
+-----------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------+------------------------------------------------------------------------------------------------------------+
| Social | Release | Code |
+=============================================================================================================================+==========================================================+============================================================================================================+
| .. image:: https://badges.gitter.im/SetBased/py-stratum.svg | .. image:: https://badge.fury.io/py/PyStratum-MSSQL.svg | .. image:: https://scrutinizer-ci.com/g/DatabaseStratum/py-stratum-mssql/badges/quality-score.png?b=master |
| :target: https://gitter.im/SetBased/py-stratum?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge | :target: https://badge.fury.io/py/PyStratum-MSSQL | :target: https://scrutinizer-ci.com/g/DatabaseStratum/py-stratum-mssql/ |
| | | |
| | | |
+-----------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------+------------------------------------------------------------------------------------------------------------+Overview
========
PyStratum-MSSQL is a tool and library with the following mayor functionalities:* Loading modified and new stored routines and removing obsolete stored routines into/from a SQL Server instance. This SQL Server instance can be part of your development or a production environment.
* Enhancing the (limited) syntax of SQL Server stored procedures with constants and custom types (based on actual table columns).
* Generating automatically a Python wrapper class for calling your stored procedures. This wrapper class takes care about error handing and prevents SQL injections.
* Defining Python constants based on auto increment columns and column widths.Documentation
=============The documentation of PyStratum pgSQL is available at https://pystratum-mssql.readthedocs.io/en/latest/ and the general documentation of all Stratum projects is available at https://stratum.readthedocs.io/.
License
=======This project is licensed under the terms of the MIT license.