cloudsync_network_init(connection_string)
Description: Initializes the sqlite-sync
network component. This function parses the connection string to configure change checking and upload endpoints, and initializes the cURL library.
Parameters:
connection_string
(TEXT): The connection string for the remote synchronization server. The format issqlitecloud://<host>:<port>/<database>?<options>
.
Returns: None.
Example:
SELECT cloudsync_network_init('<projectid>.sqlite.cloud/<db>.sqlite');