SQLite Cloud Developers Corner

Everything you need to deploy your app

Clients communicate with the SQLite Cloud core service using the SQLite Cloud Serialization Protocol (aka SCSP protocol).

Learn more about the SCSP protocol

SQLite bridge

The official SQLite library offers 321 public APIs, and all of them are supported in the SQLite bridge. We developed an open-source bridge (based on SQLite Cloud official C SDK) enabling you to use the SQLite API with our cloud solution transparently. Some API does not make sense in a cloud environment (like VFS-related API, for example), so we added stub functions to make your compiler happy.

...
SHA3-256: ...
...
SHA3-256: ...
...
SHA3-256: ...

SQLite Cloud SDK

Our official SDK fully implements the SQLite Cloud Serialization Protocol and offers advanced features like Pub/Sub API, database upload and download, database backup and more.

Command Line Interface
A tool to manage any SQLite Cloud node
C source code and cli example
GO protocol implementation
JavaScript
Javascript protocol implementation
PHP SDK and ready to use PHP Admin to fully manage any SQLite Cloud node
Subscribe to our newsletter
The latest news, articles, and resources, sent to your inbox.

© 2024 SQLite Cloud, Inc. All rights reserved.