Open
Description
sql-app-manager.ts does nothing with the column 'enabled' as stated in the documentation to create an apps table for app authentication
just do a where clause on the id
or key
.
Maybe just an idea as enhancement: allow somewhere to create extra query filters. for example whereIsNull('deleted_at') if your table has this 'deleted_at' timestamp column.
Or at least give an example in the docs how to create a custom sql driver / manager.