Metadata-Version: 2.1
Name: sqlpt
Version: 0.1.0
Summary: Description forthcoming
Home-page: https://github.com/brycecaine/sqlpt
Author: Bryce Caine
Author-email: brycecaine@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
License-File: LICENSE


# Overview


# Usage


# Install


# Reasoning
Why not keep business logic in Python only? Performance
Why not keep business logic in SQL only? Portability


# Features
- [ ] Diff SQL queries
- [ ] Identify filtering in join and where clauses (model this)

Move to BLU
- [ ] Identify logic units in SQL queries
- [ ] SQL query builder based on logic units
- [ ] Python logic-unit function
- [ ] Python record-set function
- [ ] Django method to include logic-unit fields
- [ ] Django queryset filter based on logic-unit
- [ ] Same logic units used for applications, data-warehouse extracts, ad-hoc querying
- [ ] Data dictionary


