django-sql-explorer
django-sql-explorer copied to clipboard
Paginate the query preview
I'm feeling the lack of this running on AWS Lambda, where there's a hard 6MB limit on response size. It would be great if the page would do a partial query on each page to limit the size of each HTTP response for large queries.
@marksweb what are your thoughts on pagination?