package caqti
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Unified interface to relational database libraries
Install
dune-project
Dependency
Authors
Maintainers
Sources
caqti-v1.7.0.tbz
sha256=a363cfcc15f2a3ab9721d08789a65aaa1108d27f974a9b68425a889596e27fb8
sha512=982b9c65fde0405b5d33822ff2743d1c8a8c0611dcd6615dd0af5b32048262f7ddbcae8434193cfd2b7ee845f29c2821d869862b34086099fcffc912b51d61a2
doc/caqti/Caqti_sql/index.html
Module Caqti_sqlSource
SQL utility functions.
Note. Since real databases generally do not implement the precise same escaping mechanisms, and discrepancies between the escape function and the database can lead to SQL injection, the standard SQL escaping functions provided below are hardly useful for real applications.
bprint_sql_escaped buf s adds an s to buf with any single quoted doubled according to the standard SQL escaping rule.
bprint_sql_quoted buf s adds s to buf as an SQL-quoted string. Same as bprint_sql_escaped, except surrounded by single quotes.
sql_escaped s is s with single-quotes doubled according to the standard SQL escaping rule.
sql_quoted s is sql_escaped s between a pair of single quotes.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>