You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+39-5Lines changed: 39 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,11 +16,11 @@ This Query Builder has no dependencies except PHP 8.2 or later, `\MySQLi` extens
16
16
17
17
### Missing methods?
18
18
19
-
SphinxQL evolves very fast.
19
+
SphinxQL and ManticoreQL evolve fast. This library provides fluent builders for
20
+
core query composition and helper wrappers for common operational commands.
20
21
21
-
Most of the new functions are static one liners like `SHOW PLUGINS`. We'll avoid trying to keep up with these methods, as they are easy to just call directly (`(new SphinxQL($conn))->query($sql)->execute()`). You're free to submit pull requests to support these methods.
22
-
23
-
If any feature is unreachable through this library, open a new issue or send a pull request.
22
+
If any feature is still unreachable through this library, open an issue or send
23
+
a pull request.
24
24
25
25
## Code Quality
26
26
@@ -240,7 +240,8 @@ Will return an array with an `INT` as first member, the number of rows deleted.
0 commit comments