# SingleStore (MemSQL)

## SingleStore (MemSQL)

You can find out more about the SingleStore database at the [SingleStore home page](https://www.singlestore.com/). SingleStore is syntactically a MySQL variant, and you can use actions like the MySQL bulk loader with SingleStore.

More information about the SingleStore JDBC driver can be found here: [The SingleStore JDBC Driver](https://docs.singlestore.com/cloud/developer-resources/connect-with-application-development-tools/connect-with-java-jdbc/the-singlestore-jdbc-driver/).

**Important**: You need to download and install the SingleStore JDBC driver yourself. We suggest you place the driver JAR file either in the `lib/jdbc` folder or in the folder pointed to by the `HOP_SHARED_JDBC_FOLDERS` variable. This is a comma separated list of folder containing JDBC drivers, default value is lib/jdbc. If you still need the default jdbc drivers when changing this you need to include the default folder path.

| Option           | Info                                                                                                                                                                        |
| ---------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Type             | Relational                                                                                                                                                                  |
| Driver           | Download from the SingleStore website                                                                                                                                       |
| Version Included | None                                                                                                                                                                        |
| Hop Dependencies | None                                                                                                                                                                        |
| Documentation    | [Documentation Link](https://docs.singlestore.com/cloud/developer-resources/connect-with-application-development-tools/connect-with-java-jdbc/the-singlestore-jdbc-driver/) |
| JDBC Url         | jdbc:singlestore://\<database\_computer>\[:\<port>]/\<database\_name>                                                                                                       |
| Driver folder    | \<Hop Installation>/lib/jdbc                                                                                                                                                |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.primeur.com/data-shaper-1.21/knowing-the-data-shaper-designer/relational-database-connections/singlestore.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
