all flow commands working, extension compiled

This commit is contained in:
2025-04-13 17:19:18 -04:00
parent 249b588532
commit 3f5662c797
13 changed files with 3109 additions and 68 deletions

52
package/jspg--0.1.0.sql Normal file
View File

@ -0,0 +1,52 @@
/* <begin connected objects> */
/*
This file is auto generated by pgrx.
The ordering of items is not stable, it is driven by a dependency graph.
*/
/* </end connected objects> */
/* <begin connected objects> */
-- src/lib.rs:17
-- jspg::cache_schema
CREATE FUNCTION "cache_schema"(
"schema_id" TEXT, /* &str */
"schema" jsonb /* pgrx::datum::json::JsonB */
) RETURNS bool /* bool */
IMMUTABLE STRICT PARALLEL SAFE
LANGUAGE c /* Rust */
AS 'MODULE_PATHNAME', 'cache_schema_wrapper';
/* </end connected objects> */
/* <begin connected objects> */
-- src/lib.rs:68
-- jspg::clear_schema_cache
CREATE FUNCTION "clear_schema_cache"() RETURNS bool /* bool */
IMMUTABLE STRICT PARALLEL SAFE
LANGUAGE c /* Rust */
AS 'MODULE_PATHNAME', 'clear_schema_cache_wrapper';
/* </end connected objects> */
/* <begin connected objects> */
-- src/lib.rs:36
-- jspg::schema_cached
CREATE FUNCTION "schema_cached"(
"schema_id" TEXT /* &str */
) RETURNS bool /* bool */
IMMUTABLE STRICT PARALLEL SAFE
LANGUAGE c /* Rust */
AS 'MODULE_PATHNAME', 'schema_cached_wrapper';
/* </end connected objects> */
/* <begin connected objects> */
-- src/lib.rs:42
-- jspg::validate_schema
CREATE FUNCTION "validate_schema"(
"schema_id" TEXT, /* &str */
"instance" jsonb /* pgrx::datum::json::JsonB */
) RETURNS jsonb /* pgrx::datum::json::JsonB */
IMMUTABLE STRICT PARALLEL SAFE
LANGUAGE c /* Rust */
AS 'MODULE_PATHNAME', 'validate_schema_wrapper';
/* </end connected objects> */

5
package/jspg.control Normal file
View File

@ -0,0 +1,5 @@
comment = 'jspg'
default_version = '0.1.0'
module_pathname = '$libdir/jspg'
relocatable = false
superuser = false

BIN
package/jspg.dylib Executable file

Binary file not shown.