Coder Social home page Coder Social logo

peewee-mssql's Introduction

Peewee

A database driver to add Microsoft SQL Server and Azure support using pymssql and FreeTDS in Peewee and should run on most Unix-like systems, Microsoft Windows and Mac OS X.

In it's current state you should be able to access data and possibly do certain updates. You will not be able to create tables or introspect existing databases, so you will have to write your models manually. Offsets will also not work, since the query compiler will need some significant rewrite to support TSQL dialect, however limit will work (TOP).

Installation

Install the latest stable release from Pypi:

$ pip install peewee-mssql

Or alternatively, select a release or development version from Github and run:

$ python setup.py install

Getting Started

For help on installing and configuring FreeTDS I recommend taking a look at the guide in the pymssql documentation.

And then you should be able to instantiate a database as below and start building your models for accessing data:

from peewee_mssql import MssqlDatabase

db = MssqlDatabase('MyDatabase', host='host.example.com', user='domain\\username', password='password')

If you are using Microsoft SQL Server 2005 you will need to use the legacy datetime data types, simple pass use_legacy_datetime=True to the database driver when initializing.

peewee-mssql's People

Contributors

aliubchenko avatar cour4g3 avatar nocturem avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.