pocketbase / pocketbase

Open Source realtime backend in 1 file
https://pocketbase.io
MIT License
39.2k stars 1.81k forks source link

Feature Request: Support for Connection String or Direct Connection Data" #3952

Closed bruno2pereira closed 9 months ago

bruno2pereira commented 9 months ago

Description

We would like to request the addition of a new feature in Pocket Base that allows the inclusion of a connection string or direct connection data for the database. This would ease the process of altering the database through an external backend, providing greater flexibility for custom integrations.

Proposed Tasks

ganigeorgiev commented 9 months ago

Loading and querying external data for now remains out of the scope for v1.

ganigeorgiev commented 9 months ago

On second read, it seems that you want something like a dsn db string. If that's the case, then this is also out of the scope for v1 and the available Web API is the recommended way external application to communicate with PocketBase.