All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sql.varchar_to_jsonb.sql Maven / Gradle / Ivy

Go to download

PostgreSQL implementation of a ToroDB backend. This was the original backend implemented in ToroDB, and is also considered as the default ToroDB backend and a reference implementation.

The newest version!
CREATE OR REPLACE FUNCTION torodb.varchar_to_jsonb(varchar) RETURNS jsonb AS $$
SELECT jsonb_in($1::cstring); 
$$ LANGUAGE SQL IMMUTABLE;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy