Hey 👋
This is documented in Record IDs#Record ranges.
Currently Kysely splits table names around . due to Postgres schemas. We end up with table:recordID as schema name and '' as table name.
Need to find a workaround that disables this behavior when using SurrealKysely.
Hey 👋
This is documented in Record IDs#Record ranges.
Currently Kysely splits table names around
.due to Postgres schemas. We end up withtable:recordIDas schema name and''as table name.Need to find a workaround that disables this behavior when using
SurrealKysely.