feat(count): add QueryCount pagination helpers
Adds CountResult, QueryCount, BuildQueryCountFn, and ReadableTable alias for Jet pagination total counts, with tests and docs. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -13,3 +13,6 @@ type Expression = mysql.Expression
|
||||
|
||||
// BoolExpression is a dialect-neutral alias for Jet boolean expressions.
|
||||
type BoolExpression = mysql.BoolExpression
|
||||
|
||||
// ReadableTable is a dialect-neutral alias for Jet readable tables.
|
||||
type ReadableTable = mysql.ReadableTable
|
||||
|
||||
Reference in New Issue
Block a user