document.lua

-- Require the class.
local document = require "luchia.document"
-- Build a new document object.
local doc = document:new("example_database")
-- Create a new document.
local response = doc:create({hello = "world"})
generated by LDoc 1.4.6 Last updated 2021-02-26 22:36:58