文件名称:easydb:用于PHP项目的易于使用的PDO包装器
文件大小:56KB
文件格式:ZIP
更新时间:2024-02-24 15:45:43
mysql php database pdo sqlite
EasyDB-简单数据库抽象层 PDO缺乏简洁性。 EasyDB使从指令中分离数据变得容易(并且美观)。 EasyDB由创建,作为我们鼓励更好的实践的工作的一部分。 也请查看我们的其他。 如果你正在寻找一个全面的查询构建器,看看和 ,可与EasyDB使用。 如果您想使用EasyDB,但将准备好的语句缓存在内存中以进行多个查询(即减少数据库往返次数),请查看我们的包装器类。 安装EasyDB 首先,如果尚未使用 ,请它。 接下来,运行以下命令: /path/to/your/local/composer.phar require paragonie/easydb:^2 如果您已将
【文件预览】:
easydb-master
----composer.json(2KB)
----.travis.yml(405B)
----tests()
--------SingleTestIs1DArrayThenDeleteReadOnlyTestThenDeleteWriteTest.php(2KB)
--------SetAttributeTest.php(6KB)
--------InsertManyFlatTransactionTest.php(1KB)
--------Is1DArrayTest.php(2KB)
--------Is1DArrayThenDeleteReadOnlyTest.php(2KB)
--------InsertGetTest.php(2KB)
--------SafeQueryTest.php(2KB)
--------InsertTest.php(5KB)
--------GetDriverTest.php(671B)
--------RunTest.php(2KB)
--------InsertManyTest.php(2KB)
--------QuoteThenExecThenLastInsertIdTest.php(2KB)
--------InTransactionTest.php(940B)
--------QuoteThenExecTest.php(2KB)
--------QuoteTest.php(1KB)
--------EscapeIdentifierTest.php(6KB)
--------EasyStatementTest.php(4KB)
--------ErrorCodeTest.php(446B)
--------EscapeLikeTest.php(2KB)
--------SingleTest.php(280B)
--------ErrorInfoTest.php(605B)
--------Is1DArrayTestThenEscapeValueSetTest.php(8KB)
--------FirstTest.php(853B)
--------GetAvailableDriversTest.php(2KB)
--------EasyDBWriteTest.php(3KB)
--------InsertManyFlatTransactionTestRuntimeException.php(171B)
--------UpdateTest.php(6KB)
--------QTest.php(349B)
--------QuoteThenQueryTest.php(2KB)
--------ColumnTest.php(288B)
--------ConstructorFailedTest.php(608B)
--------EmulatePreparesDisabledTest.php(2KB)
--------ColTest.php(3KB)
--------CellTest.php(2KB)
--------EasyDBTest.php(4KB)
--------GetAttributeTest.php(3KB)
--------RowTest.php(891B)
--------FactoryTest.php(432B)
--------SingleTestThenExistsTest.php(2KB)
--------PrepareTest.php(2KB)
--------.gitkeep(0B)
--------InsertReturnIdTest.php(2KB)
----.php_cs(366B)
----LICENSE(1KB)
----src()
--------Factory.php(3KB)
--------EasyStatement.php(11KB)
--------EasyDB.php(44KB)
--------Exception()
----psalm.baseline.xml(268B)
----psalm.xml(682B)
----.gitignore(46B)
----CHANGELOG.md(5KB)
----phpunit.xml.dist(1KB)
----README.md(9KB)