elgs / gosqlapi

Turns any SQL database into a RESTful API.
MIT License
45 stars 3 forks source link

Ask #12

Open yupor5 opened 1 month ago

yupor5 commented 1 month ago

Your thing is a bit interesting. You haven't considered security, so you need to consider multi table queries and return data processing. You can't directly display data table fields, and there are also data sources. It's still missing

elgs commented 1 month ago

Your thing is a bit interesting.

Thank you!

You haven't considered security,

How did you get this conclusion? Read this: https://github.com/elgs/gosqlapi?tab=readme-ov-file#access-control

so you need to consider multi table queries and return data processing.

Read this: https://github.com/elgs/gosqlapi?tab=readme-ov-file#access-control

You can't directly display data table fields, and there are also data sources.

You can choose to (by using tables) or not to (by using queries).

It's still missing

What is missing?