hrana 0.4.0 copy "hrana: ^0.4.0" to clipboard
hrana: ^0.4.0 copied to clipboard

Dart client for hrana, a protocol for accessing libsql database servers.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add hrana
copied to clipboard

With Flutter:

 $ flutter pub add hrana
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  hrana: ^0.4.0
copied to clipboard

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:hrana/hrana.dart';
copied to clipboard
2
likes
160
points
853
downloads

Publisher

verified publishersimonbinder.eu

Weekly Downloads

2024.09.21 - 2025.04.05

Dart client for hrana, a protocol for accessing libsql database servers.

Repository (GitHub)

Topics

#database #turso #libsql #sqld #hrana

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

clock, fixnum, http, meta, pool, protobuf, sqlite3, stream_channel, web_socket_channel

More

Packages that depend on hrana