Maurits van der Schee
Maurits van der Schee
Converted to feature request for future reference.
>I was wondering if implementing another datastore like elasticsearch would be feasible ? I think it is not feasible as schema-less databases as MongoDB and Elastic have not enough information...
See also #280
Another method would be do define the pk and fk relationships in the config as proposed in #482.
Let's say a database has tables 'post' and 'user' and table 'post' has a field 'author_user_id' then we could use '_id' as a signal that it is a FK (always...
Note that the sanitation middleware is designed to relax the validation constraints and explicitly accept a wide range of values (such as floats for decimals). You need to load it...
There seems to be nobody with pgbouncer that can help you (me neither). In v2 PDO is used, so this may be a more common approach. Maybe you can try...
Good issue. Might be better indeed, since environment parameters are not case sensitive either.
See also #438
I was thinking that maybe we should convert all config from 'camelCase' to 'snake_case', before making them case-insensitive. Maybe we can detect mixed case and convert (for legacy naming).