Libraries tagged by ecoco
coco-project/sql-cache
17 Downloads
Based on the lexical analysis of "update," "select," "insert," and "delete" SQL statements, an automatic caching strategy is implemented. The strategy involves caching the data when executing a select operation and associating the table name contained in the SQL statement with the corresponding cached records. When executing update, insert, or delete operations, the table name from the SQL statement is extracted, and any cached records containing this table name from previous select operations are deleted. This strategy enables seamless caching without delay and eliminates the need to worry about data synchronization issues. It is particularly effective for tables with infrequent data modifications. For tables with frequent modifications, they can be ignored by configuring the strategy accordingly.
coco-project/snowflake
40 Downloads
snowflake
coco-project/qrcode
6 Downloads
qrcode
coco-project/phpinfo-parser
6 Downloads
coco-project/mcrypt
6 Downloads
coco-project/magic-access
95 Downloads
\ArrayAccess, \Countable, \IteratorAggregate and __set,__get implementations
coco-project/logger
66 Downloads
coco-project/jsonrpc
5 Downloads
coco-project/exfi
6 Downloads
coco-project/csv-reader
17 Downloads
csv reader
coco-project/command-runner
23 Downloads
coco-project/command-builder
9 Downloads
coco-project/closure
36 Downloads
coco-project/captcha
6 Downloads
captcha
coco-project/base64
13 Downloads
Base64 tool, allowing customization of the factor.