For the first time, I have a need to access a DB of mine with more than 1,500 records - and the required paging is leading to what I perceive are areas Appery can and should address.
RECOMMENDATION #1: Based on my understanding of prior threads, Appery does not support the ability to append multiple database service results to a list or other page control.
E.g. if my DB collection has 2,000 records, I need to call the service twice due to the 1,500 limit - the first for 1,500 records and the second for 500 records. The second call will delete the list contents from the first - and so you have to go through many steps to work around that (which I have not yet mastered). It would be great to simply select to allow such appending.
In my case, the collection contains several hundred columns, and those columns are subject to change over time - so I would rather not have to manually use the model approach to manually type in all of the column names.
RECOMMENDATION #2: Allow models to automatically use DB column names.
RECOMMENDATION #3: Finally, I don't believe Appery's local storage API provides for appending of contents, and that would be great to have.