Tag htmx
2 bookmarks have this tag.
2 bookmarks have this tag.
HTMX in PostgREST!
create or replace function api.index() returns "text/html" as $$
select $html$
<!DOCTYPE html>
<html>
...
</html>
$html$;
$$ language sql;
This is a book about building applications using hypermedia systems.