yiisoft/db
Fork: 33 Star: 122 (更新于 1970-01-01 00:00:00)
license: BSD-3-Clause
Language: PHP .
Yii Database Library
最后发布版本: 1.2.0 ( 2023-11-12 23:51:46)
Yii Database
Yii Database is a framework-agnostic package to work with different types of databases, such as MariaDB, MSSQL, MySQL, Oracle, PostgreSQL, and SQLite.
Using the package, you can perform common database tasks such as creating, reading, updating, and deleting records in a database table, as well as executing raw SQL queries.
$rows = (new Query($db))
->select(['id', 'email'])
->from('{{%user}}')
->where(['last_name' => 'Smith'])
->limit(10)
->all();
The package is designed to be flexible and can be extended to support extra database types or to customize the way it interacts with databases.
There is an ActiveRecord implementation built on top of it. It allows interacting with database tables using objects, similar to the way you would use ORM (Object-Relational Mapping) frameworks like Doctrine or Hibernate.
Usage
Check the documentation to learn about usage.
Support
If you need help or have a question, the Yii Forum is a good place for that. You may also check out other Yii Community Resources.
Testing
Check the testing instructions to learn about testing.
Support the project
Follow updates
License
The Yii DataBase Library is free software. It's released under the terms of the BSD License.
Please see LICENSE
for more information.
Maintained by Yii Software.
最近版本更新:(数据更新于 1970-01-01 00:00:00)
2023-11-12 23:51:46 1.2.0
2023-08-16 15:59:45 1.1.1
2023-07-25 00:05:15 1.1.0
2023-04-12 14:55:21 1.0.0
主题(topics):
database, dbal, query-builder, sql, yii3
yiisoft/db同语言 PHP最近更新仓库
2024-11-01 18:37:36 schmittjoh/JMSSerializerBundle
2024-10-31 21:37:53 filamentphp/filament
2024-10-28 00:16:41 symfony/var-dumper
2024-10-28 00:11:41 symfony/symfony
2024-10-11 23:44:26 coollabsio/coolify
2024-10-11 03:27:29 odan/slim4-skeleton