view src/luan/modules/host/Hosted.luan @ 1802:ca98dee04e08 default tip

add Parsers.json_null
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 21 Apr 2024 21:25:15 -0600
parents 732b5de211fc
children
line wrap: on
line source

local Hosted = {}

Hosted.is_hosted = false

function Hosted.postgres_spec()
	return nil
end

return Hosted