https://github.com/jackfirth/sqlalchemy-fp
Functional programming wrappers around sqlalchemy that use deferred reflection and currying to make ORMs mostly setup-free
https://github.com/jackfirth/sqlalchemy-fp
Last synced: 2 months ago
JSON representation
Functional programming wrappers around sqlalchemy that use deferred reflection and currying to make ORMs mostly setup-free
- Host: GitHub
- URL: https://github.com/jackfirth/sqlalchemy-fp
- Owner: jackfirth
- License: mit
- Created: 2015-09-19T22:41:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-19T23:12:26.000Z (over 9 years ago)
- Last Synced: 2025-03-24T05:17:15.841Z (3 months ago)
- Language: Python
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sqlalchemy-fp
Functional programming wrappers around sqlalchemy that use deferred reflection and currying to make ORMs mostly setup-free