/peewee_mssql

MS SQL Support for peewee, lightweight Python ORM (based on pyodbc)

Primary LanguagePythonMIT LicenseMIT

peewee_mssqlserv

https://img.shields.io/badge/license-MIT-blue.svg?style=flat

MS SQL Support for peewee, lightweight Python ORM. Based on pyodbc.

Inspired by this post.

At this moment it's in initial stage and supports CRUD operations.

May be it has more features, but I have not tested them yet.

For now only tested with python 2.7 and MS SQL Server 2008.

Installation

pip install peewee_mssqlserv

Known alternative

(with declared python3 support): peewee-mssql