All Projects → wtforms → Wtforms Sqlalchemy

wtforms / Wtforms Sqlalchemy

Licence: other
WTForms integration for SQLAlchemy

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Wtforms Sqlalchemy

Flask Sqlalchemy Booster
Collection of utilities and decorators which add extensive querying and serializing capabilities to Flask SQLalchemy models
Stars: ✭ 5 (-92.65%)
Mutual labels:  sqlalchemy
Pyexcel Io
One interface to read and write the data in various excel formats, import the data into and export the data from databases
Stars: ✭ 40 (-41.18%)
Mutual labels:  sqlalchemy
Web Applications With Fastapi Course
Demo code and other handouts for students of our FastAPI Web Apps course.
Stars: ✭ 56 (-17.65%)
Mutual labels:  sqlalchemy
Globaleaks
GlobaLeaks is free, open source software enabling anyone to easily set up and maintain a secure whistleblowing platform.
Stars: ✭ 832 (+1123.53%)
Mutual labels:  sqlalchemy
Ecache
👏👏 Integrate cache(redis) [flask etc.] with SQLAlchemy.
Stars: ✭ 28 (-58.82%)
Mutual labels:  sqlalchemy
Python Api Development Fundamentals
Develop a full-stack web application with Python and Flask
Stars: ✭ 44 (-35.29%)
Mutual labels:  sqlalchemy
Eralchemy
Entity Relation Diagrams generation tool
Stars: ✭ 767 (+1027.94%)
Mutual labels:  sqlalchemy
Flask Whooshee
Customizable Flask - SQLAlchemy - Whoosh integration
Stars: ✭ 66 (-2.94%)
Mutual labels:  sqlalchemy
Zope.sqlalchemy
Integration of SQLAlchemy with transaction management
Stars: ✭ 30 (-55.88%)
Mutual labels:  sqlalchemy
Hobbit Core
A flask project generator.
Stars: ✭ 49 (-27.94%)
Mutual labels:  sqlalchemy
Databook
A facebook for data
Stars: ✭ 26 (-61.76%)
Mutual labels:  sqlalchemy
Alembic
A database migrations tool for SQLAlchemy.
Stars: ✭ 874 (+1185.29%)
Mutual labels:  sqlalchemy
Sales Cashregister
Cash Register Version 2.0 with barcode logon and to 8 buttongroups with each 23 programmable product buttons and equipped with inventory management system
Stars: ✭ 45 (-33.82%)
Mutual labels:  sqlalchemy
Records
SQL for Humans™
Stars: ✭ 6,761 (+9842.65%)
Mutual labels:  sqlalchemy
Aiopg
aiopg is a library for accessing a PostgreSQL database from the asyncio
Stars: ✭ 1,097 (+1513.24%)
Mutual labels:  sqlalchemy
Graphene Sqlalchemy
Graphene SQLAlchemy integration
Stars: ✭ 785 (+1054.41%)
Mutual labels:  sqlalchemy
Flask Jwt Router
Flask JWT Router is a Python library that adds authorised routes to a Flask app.
Stars: ✭ 43 (-36.76%)
Mutual labels:  sqlalchemy
Ziggurat foundations
Framework agnostic set of sqlalchemy classes that make building applications that require permissions an easy task.
Stars: ✭ 67 (-1.47%)
Mutual labels:  sqlalchemy
Cookiecutter Pyramid Talk Python Starter
An opinionated Cookiecutter template for creating Pyramid web applications starting way further down the development chain. This cookiecutter template will create a new Pyramid web application with email, sqlalchemy, rollbar, and way more integrated.
Stars: ✭ 64 (-5.88%)
Mutual labels:  sqlalchemy
Python crawler
It's designed to be a simple, tiny, pratical python crawler using json and sqlite instead of mysql or mongdb. The destination website is Zhihu.com.
Stars: ✭ 45 (-33.82%)
Mutual labels:  sqlalchemy

WTForms-SQLAlchemy

.. image:: https://travis-ci.org/wtforms/wtforms-sqlalchemy.svg?branch=master :target: https://travis-ci.org/wtforms/wtforms-sqlalchemy .. image:: https://readthedocs.org/projects/wtforms-sqlalchemy/badge/?version=latest&style=flat :target: https://wtforms-sqlalchemy.readthedocs.io

WTForms-SQLAlchemy is a fork of the wtforms.ext.sqlalchemy package from WTForms. The package has been renamed to wtforms_sqlalchemy but otherwise should function the same as wtforms.ext.sqlalchemy did.

to install::

pip install WTForms-SQLAlchemy

Python 3.6, 3.7 & 3.8 are supported.

An example using Flask is included in examples/flask.

Features

  1. Provide SelectField integration with SQLAlchemy models

    • wtforms_sqlalchemy.fields.QuerySelectField
    • wtforms_sqlalchemy.fields.QuerySelectMultipleField
  2. Generate forms from SQLAlchemy models using wtforms_sqlalchemy.orm.model_form

Rationale

The reasoning for splitting out this package is that WTForms 2.0 has deprecated all its wtforms.ext.<library> packages and they will not receive any further feature updates. The authors feel that packages for companion libraries work better with their own release schedule and the ability to diverge more from WTForms.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].