Minor Changes
-
#773
35290d9Thanks @hyperion912! - feat(postgres-memory-adapter): add schema configuration supportAdd support for defining a custom PostgreSQL schema during adapter initialization.
Defaults to undefined (uses the database’s default schema if not provided).Includes tests for schema configuration.
Resolves #763