dpgaspar / flask-sqlalchemy

Adds SQLAlchemy support to Flask

Home Page:https://flask-sqlalchemy.palletsprojects.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flask-SQLAlchemy

Flask-SQLAlchemy is an extension for Flask that adds support for SQLAlchemy to your application. It aims to simplify using SQLAlchemy with Flask by providing useful defaults and extra helpers that make it easier to accomplish common tasks.

Installing

Install and update using pip:

$ pip install -U Flask-SQLAlchemy

A Simple Example

Contributing

For guidance on setting up a development environment and how to make a contribution to Flask-SQLAlchemy, see the contributing guidelines.

Donate

The Pallets organization develops and supports Flask-SQLAlchemy and other popular packages. In order to grow the community of contributors and users, and allow the maintainers to devote more time to the projects, please donate today.

About

Adds SQLAlchemy support to Flask

https://flask-sqlalchemy.palletsprojects.com

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%