# 3.1. Pirichain Desktop Wallet & Database Bridging Application (Wallet & DataBridge Application)

Pirichain desktop application is designed for purely commercial use. In practice; In order to send bulk data, it is ensured that the data is sent to the Pirichain block network in bulk by connecting to the company's database through the application.

6 different database types (MSSQL, MySQL, Oracle, PostgreSQL, MongoDB, Sqlite) can be connected via DataBridge. The records to be sent after the connection can be selected by querying with SQL language or the records in the whole table can be selected and sent to the Piri Blockchain network.


---

# 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://whitepaper.pirichain.com/pirichain-platforms/3.1.-pirichain-desktop-wallet-and-database-bridging-application-wallet-and-databridge-application.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.
