Metadata-Version: 2.1
Name: flask_restplus_data
Version: 0.0.7
Summary: Library inspired by Spring Data to perform Operations on datastores
Home-page: https://github.com/nucklehead/flask-restplus-data
Author: nucklehead
Author-email: pierevans@gmail.com
License: MIT
Download-URL: https://github.com/nucklehead/flask-restplus-data/tarball/0.0.7
Description: # FLask Restplus Data
        
        ![Upload Python Package](https://github.com/nucklehead/flask-restplus-data/workflows/Upload%20Python%20Package/badge.svg)
        
        Flask Restplus data aims to provide a consistent programming model for data access. It makes uses of some ORM libraries to abract the calls and allow the underlying data store to maintain any special fonctionalities.
        
        This is heavily inspired by Spring Data.
        
        Currently this supports SQL databses and MongoDB. But only SQL was tested for now.
        
Keywords: datastore,sql,nosql,postgres,mysql,sqlite,obdc,oracle database,mongodb,orm,flask,flask_restplus,rest,restplus
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: Framework :: Flask
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
