Add exists functions

This commit is contained in:
2025-03-01 11:35:08 -05:00
parent bc3b4bb012
commit 4d4e1d0897
9 changed files with 343 additions and 8 deletions

View File

@@ -85,7 +85,7 @@ object Count {
Configuration.dbConn().use { byContains(tableName, criteria, it) }
/**
* Count documents using a JSON containment query (PostgreSQL only)
* Count documents using a JSON Path match query (PostgreSQL only)
*
* @param tableName The name of the table in which documents should be counted
* @param path The JSON path comparison to match
@@ -101,7 +101,7 @@ object Count {
)
/**
* Count documents using a JSON containment query (PostgreSQL only)
* Count documents using a JSON Path match query (PostgreSQL only)
*
* @param tableName The name of the table in which documents should be counted
* @param path The JSON path comparison to match