Creating an ambiorix + htmx app
ambhtmx(
dbname = NULL,
value = tibble::tibble(),
protocol = NULL,
host = NULL,
port = NULL,
live = "",
favicon = NULL,
render_index = NULL,
render_row = NULL
)
file path to store a SQLite database (optional).
a 1 row tibble with the names and types of the columns (optional)
(default AMBHTMX_PROTOCOL or http)
(default AMBHTMX_HOST or 127.0.0.1)
(default AMBHTMX_PORT or 3000)
script with the file path (optional)
(optional)
function to be stored as a model method (optional)
function to be stored as a model method (optional)
A list with the ambiorix app, the running context and the model methods.