driver
Here are 1,905 public repositories matching this topic...
-
Updated
Jul 10, 2021 - C
-
Updated
Jul 13, 2021 - C
-
Updated
Jul 14, 2021 - C
-
Updated
Jul 14, 2021 - Python
-
Updated
Jul 14, 2021 - C
-
Updated
Jul 7, 2021 - PHP
Hi, First and foremost, I think this is a great start at making something really simple and effective. Thank you!!
However... I have always found template strings a little odd especially in this context.
Let us say we have
const query = `SELECT ${distinct}, ${columns} FROM ${table} ${innerJoins} WHERE ${where}`;
(Where distinct, columns, table etc are their own strings made up of other
Dolphin Profile
It's not an issue than a question:
I'm using this very nice project to use joy-cons on Dolphin (with this gyro server thingy)
and I'm impressed how well this works. 👌🏻
Has someone figured out a good Dolphin controller config and would share it?
(nunchuck left joy-con - wiimote right)
-
Updated
Aug 13, 2020 - C
-
Updated
Apr 22, 2021 - C++
-
Updated
Jan 6, 2021 - JavaScript
-
Updated
Jul 2, 2021 - JavaScript
-
Updated
Jul 5, 2021 - C++
-
Updated
Jul 9, 2021 - Ruby
-
Updated
Apr 4, 2021 - C++
-
Updated
Feb 24, 2020 - Java
-
Updated
Jul 5, 2021 - C++
-
Updated
Jul 12, 2021 - Scala
-
Updated
Jul 14, 2021 - C++
Improve this page
Add a description, image, and links to the driver topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the driver topic, visit your repo's landing page and select "manage topics."
Hey Crew,
Nice job on gocql, I'm a fan...
For my production services, I could use notification events (via callback or channel) when the gocql client disconnects and reconnects to/from Cassandra. This is useful for higher-level application logic (ie: invoke alarms, stop reading from a durable message queue, etc).
After looking through the code, it looks like the connection information is not p