You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some best practices for creating API wrappers over databases are mentioned in this article: https://launchany.com/should-you-expose-your-database-directly-using-a-rest-api/
Pretty decent read. We do much of this, and considered much of this and beyond. However one feature I think could be useful as we scale up, is to provide pagination support. @Logikgate and I discussed and we think this could be a cool feature.
The text was updated successfully, but these errors were encountered:
Some best practices for creating API wrappers over databases are mentioned in this article:
https://launchany.com/should-you-expose-your-database-directly-using-a-rest-api/
Pretty decent read. We do much of this, and considered much of this and beyond. However one feature I think could be useful as we scale up, is to provide pagination support. @Logikgate and I discussed and we think this could be a cool feature.
The text was updated successfully, but these errors were encountered: