Skip to content

Commit 1b03cda

Browse files
committed
README & Cargo.toml
1 parent f1e5b47 commit 1b03cda

4 files changed

Lines changed: 16 additions & 12 deletions

File tree

Cargo.lock

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ description = "A modern feature-rich SQL driver for PHP."
66

77
[dependencies]
88
dashmap = "6.1.0"
9-
#ext-php-rs = "0.15"
10-
ext-php-rs = { git = "https://github.com/extphprs/ext-php-rs", branch = "master" }
11-
#ext-php-rs = { path = "ext-php-rs" }
9+
ext-php-rs = "0.15.3"
1210
itertools = "0.14"
1311
mimalloc = { version = "0.1", optional = true }
1412
parse_duration = "2.1.1"

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@
55
[![PHP 8.1+](https://img.shields.io/badge/PHP-8.1%2B-8892BF.svg)](https://php.net)
66
[![Rust](https://img.shields.io/badge/Rust-stable-orange.svg)](https://rust-lang.org)
77

8+
**[Documentation](https://kakserpom.github.io/php-sqlx-rs/)**
9+
810
The extension is powered by Rust 🦀 and [SQLx](https://github.com/launchbadge/sqlx), built
911
using [ext-php-rs](https://github.com/extphprs/ext-php-rs). It enables safe, fast, and expressive
1012
database access with additional SQL syntax. It comes with a powerful [query builder](QUERY-BUILDER.md).
1113

12-
**Postgres**, **MySQL** and **Mssql** protocols are natively suppkorted. Other protocols may require a custom wrapper.
14+
**Postgres**, **MySQL** and **Mssql** protocols are natively supported. Other protocols may require a custom wrapper.
1315

1416
The project's goals are centered around providing a **secure** and **ergonomic** way to interact with SQL-based DBMS
1517
without any compromise on performance.

php-sqlx-cdylib/Cargo.lock

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)