Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.01 KB

README.rst

File metadata and controls

29 lines (20 loc) · 1.01 KB

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