|
5 | 5 | <a href="https://www.sqlite.org/" target="_blank">
|
6 | 6 | <img src="https://upload.wikimedia.org/wikipedia/commons/3/38/SQLite370.svg" height="80px">
|
7 | 7 | </a>
|
8 |
| - <h1 align="center">Yii DataBase SQLite Extension</h1> |
| 8 | + <h1 align="center">SQLite driver for Yii Database</h1> |
9 | 9 | <br>
|
10 | 10 | </p>
|
11 | 11 |
|
12 |
| -**Yii Database SQLite Extension** is a package for working with [SQLite]databases in PHP. It's a part of the [Yii Framework], which is a high-performance, component-based framework for developing modern web applications. |
| 12 | +SQLite driver for [Yii Database](https://github.com/yiisoft/db) is a package for working with [SQLite] databases in PHP. |
13 | 13 |
|
14 |
| -The package provides a set of classes for interacting with [SQLite]databases in PHP. It includes a database connection class, a command builder class, and a set of classes for representing database tables and rows as PHP objects. |
| 14 | +The package provides a set of classes for interacting with [SQLite] databases in PHP. It includes a database connection class, |
| 15 | +a command builder class, and a set of classes for representing database tables and rows as PHP objects. |
15 | 16 |
|
16 |
| -You can perform a variety of tasks with [SQLite] databases in PHP, such as connecting to a database, executing SQL queries, and working with database transactions. You can also use it to create and manipulate database tables and rows, and to perform advanced database operations such as joins and aggregates. |
17 |
| - |
18 |
| -Overall, **Yii Database SQLite Extension** is a powerful tool for working with [SQLite] databases in PHP, and is well-suited for use in web applications. |
19 |
| - |
20 |
| -It's used in [Yii Framework] but can be used separately. |
| 17 | +You can perform a variety of tasks with [SQLite] databases in PHP, such as connecting to a database, executing SQL queries, |
| 18 | +and working with database transactions. You can also use it to create and manipulate database tables and rows, and to |
| 19 | +perform advanced database operations such as joins and aggregates. |
21 | 20 |
|
22 | 21 | [SQLite]: https://www.sqlite.org/
|
23 |
| -[Yii Framework]: https://www.yiiframework.com |
24 | 22 |
|
25 | 23 | [](https://packagist.org/packages/yiisoft/db-sqlite)
|
26 | 24 | [](https://packagist.org/packages/yiisoft/db-sqlite)
|
|
0 commit comments