mysql-client
Here are 99 public repositories matching this topic...
hi,
thanks a lot for the great work on mysql2!
When learning how to use mysql2, it took me a while to figure out how to call mysql2 from an automated test because I was not sure which method is asynchronous.
Would it be useful to add an example like the below in the documentation?
const mysql = require('mysql2/promise');
describe('Simple database connection", () => {
-
Updated
May 14, 2020 - Python
-
Updated
May 11, 2020 - C
-
Updated
Jun 10, 2020 - Go
-
Updated
Feb 14, 2020 - Swift
-
Updated
Jun 11, 2020 - Swift
-
Updated
Jun 10, 2020 - TypeScript
There needs to be an execute method that can take a SQL statement and a list of parameters: Future<StreamedResults> execute(String sql, Iterable values). Sometimes (often?) you want to run a query which has parameters (e.g. from user input), but don't want to create a prepared statement.
The old sqljocky5 v1.x had such a method.
In the [Transaction](https://pub.dartlang.org/documentation
-
Updated
Jun 9, 2020 - Dockerfile
-
Updated
Dec 1, 2018 - HTML
-
Updated
Apr 27, 2020 - C#
-
Updated
Aug 17, 2018 - Erlang
-
Updated
May 19, 2020 - C++
-
Updated
Aug 19, 2019 - C++
-
Updated
Jan 24, 2020 - JavaScript
-
Updated
Feb 12, 2018 - Haskell
-
Updated
Nov 2, 2018 - Shell
-
Updated
Feb 1, 2018 - C
-
Updated
Nov 10, 2017 - Swift
-
Updated
Sep 5, 2017 - Java
-
Updated
Feb 15, 2020 - JavaScript
-
Updated
Jan 10, 2020 - Vim script
-
Updated
Dec 3, 2018 - JavaScript
-
Updated
Jun 1, 2020
-
Updated
May 26, 2017 - Python
-
Updated
Jul 15, 2019 - JavaScript
Improve this page
Add a description, image, and links to the mysql-client topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mysql-client topic, visit your repo's landing page and select "manage topics."


Can this App connect clickhouse database ?