typesystem icon indicating copy to clipboard operation
typesystem copied to clipboard

Generation of typesystem classes from orm/sqlalchemy models (On-the-fly or command based)

Open sandys opened this issue 6 years ago • 0 comments

hi, i may be wrong here, but the code in https://github.com/encode/hostedapi/blob/26e5ea6713f7d33433ca5ff962353fbffa6e88be/source/datasource.py is actually parsing sqlalchemy models and creating typesystem classes from them.

can this functionality be made part of typesystem and have starlette use it ? so that we dont create two models (one for sqlalchemy and one for types).

sandys avatar Dec 30 '19 04:12 sandys