dolamroth / starlette-web

Asynchronous web framework, based on Starlette and inspired by Django
MIT License
3 stars 1 forks source link

Support composite primary keys for admin-panel #51

Open dolamroth opened 1 year ago

dolamroth commented 1 year ago

May be irrelevant, since sqlalchemy-mptt does not support composite primary keys

Neither does starlette-admin.

What is more, after discussion with colleagues, I was left with an impression, that composite primary keys may not be all that useful.

dolamroth commented 10 months ago

Experimental support of composite pk has been added to starlette-admin https://github.com/jowilf/starlette-admin/releases/tag/0.13.0-rc1