AlecAivazis / graphql-over-kafka

A framework for building event-driven microservice applications in python
MIT License
19 stars 3 forks source link

Wrappers over SQLAlchemy Column(Text) #2

Closed AlecAivazis closed 8 years ago

AlecAivazis commented 8 years ago

My thinking is to have a wrapper Text for any SQLAlchemy type such that, Text(...args) -> Column(Text, ...args)

AlecAivazis commented 8 years ago

this also provides a way to add new arguments like a primary_key flag