Dec 6, 2020
I’m glad that you’re finding my article useful!
What I’m trying to say with that warning is this: TSQLHttpServer will publish CRUD endpoints for your model even if you only intend to use it for method or interface-based services.
If you’re using TSQLRestServerDB internally for its ORM capabilities but don’t want this ORM exposed via your web server, you’ll need to use a separate TSQLRestServerDB with its own TSQLModel for your published services.