Skip to content

Conversation

@alitelli
Copy link
Contributor

When use library with live application as web socket. We need to make sure connection is alive.
You can call ping() function before database process.
Example:

$db->ping();
$db->table('users')->select('id, name, surname, age')->where('age', '>', 18)->orderBy('id', 'desc')->limit(20)->getAll();

alitelli and others added 5 commits October 27, 2018 22:22
import changes from izniburak/master
When use library with live application as web socket. We need to make sure connection is alive.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant