export const PortalDBLive = Layer.effect(
PortalDB,
PgKysely.make<DB>({
plugins: [new CamelCasePlugin()],
}),
).pipe(Layer.provide(PortalPgLive))
export const PortalDBLive = Layer.effect(
PortalDB,
PgKysely.make<DB>({
plugins: [new CamelCasePlugin()],
}),
).pipe(Layer.provide(PortalPgLive))