Which REST server

I am trying to write a rest server that works with MySQL. I ran across diesel but it doesn't support tables that don't have primary indexes. Our app has over 1000 tables and a good number don't have primary indexes. Is there another option anyone would recommend that would work with warp?

thanks

How about sqlx?

will check it out.

thanks

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.