aquametalabs / aquameta

Web development platform built entirely in PostgreSQL
GNU General Public License v3.0
1.1k stars 52 forks source link

semantics: add `public` designator #150

Open erichanson opened 5 years ago

erichanson commented 5 years ago

Some tables, views, functions, are intended for the developer to call directly from the command prompt. Others are parts of the internal workings. Decorate the "public" API in semantics, so that the user can be presented with available methods and entry points, and we can document only the public stuff.