Skip to content

mogol/tarantool_dart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dart client for Tarantool Database

Implemented connection to db and insert/select queries.

Usage example

final client = new TarantoolClient(host, port);
await client.connect();
await client.insert(444, [44, "hello, world!"])
await client.select(444, 0, 10, 0, TarantoolIterator.all, [0]);

Releases

No releases published

Packages

No packages published