feat: abstract postgres base adapter (#7732)
Abstracts Postgres base adapter in order to allow future postgres-based adapters.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
export const formatJSONPathSegment = (segment: string) => {
|
||||
return Number.isNaN(parseInt(segment)) ? `'${segment}'` : segment
|
||||
}
|
||||
Reference in New Issue
Block a user