We aim to evolve it to suit many more use cases than SQLite was originally designed for, and plan to use third-party OSS code wherever it makes sense.
libSQL has many great features, including:
For more information, check “LibSQL extension” here.
libSQL contains one http port and one gRPC port.
http
: The HTTP listen port that sqld listens on and clients will connect to. Useful for connecting from outside.grpc
: The gRPC listen port that sqld listens on and clients will connect to. Useful for connecting from inside.See the “Networking” tab for the connection information.