Multiple PK columns support
Discussed in https://github.com/aminalaee/sqladmin/discussions/59
Originally posted by javtau February 19, 2022 Hi, this is so great, Are you thinking on implement the multiple pk support for foreign primary keys like flask Admin?
I just installed sqladmin and after adding my second table got this error : AssertionError: Multiple PK columns not supported.
Is there a possibility to show my table having multiple PK or this table cannot be visible at all in sqladmin ?
At the moment there's no support for tables with multiple PK. But same as flask-admin, there can be some limited capabilities for multiple PK tables, but that's not implemented yet.
Do we have any update on this? What is the issue for why it does not exists?
I haven't had a chance to work on it. There are some limitations with the multi PK and not all features will work with that.