hrana library
Classes
- BatchBuilder
-
Collects statements to run in a
Database.batch
. - BatchResult
- Database
- A connection to a remote sqlite3 database following the hrana protocol.
- DatabaseSession
- StoredSql
- An instance of SQL text stored by the remote server.
Extension Types
- BatchRequest
- A submitted part of a batch.
Exceptions / Errors
- ConnectionClosed
- An exception thrown when a connection has been closed before a response has been received for a request.
- HranaException
-
Superclass for all exceptions thrown by
package:hrana
. - ServerException
- An exception thrown when the libsql server reports an error response for a request.