nebula_dart_gdbc 0.0.2+2 copy "nebula_dart_gdbc: ^0.0.2+2" to clipboard
nebula_dart_gdbc: ^0.0.2+2 copied to clipboard

A database driver for nebula graph based on dart_gdbc, help you to access nebula graph in dart language

0.0.2+2 #

Bug修复 #

  • 连接未关闭的问题

0.0.2 #

新特性 #

  • 支持连接池

0.0.1+3 #

Bug修复 #

  • 升级依赖库,解决读写双向数据过小问题的bug

0.0.1+2 #

Bug修复 #

  • 在 list 类型的结构下,确保多行公用 list 的 submetas,从而避免重复创建多余的 submeta,减少不必要的列。

0.0.1+1 #

  • 支持在创建连接如指定了默认的space,则自动使用该space
  • 适配dart_gdbc v0.0.1+3
    • 修改了Statement的接口
    • PreparedStatement支持gql参数渲染回调函数
        stmt = await conn?.prepareStatement(
          'MATCH (n:person)  WHERE id(n) == '{name}' RETURN n  LIMIT 30',
          render: (gql, param) => gql.replaceAll('{name}', param?['name']), // 可以自行指定顺手的字符串模板来替换
        );
      
        var rs = await stmt?.executeQuery(params: {'name': '张小南'});
        rs  = await stmt?.executeQuery(params: {'name': '吴小极'});
      
  • 完善PreparedStatement的带参实现
  • 拓展方法
    • string.bytes 获取 Int8List
    • string.utf8code 获取Utf8编码的Int8List
    • int8List.utf8string 获取Utf8编码的String

0.0.1 #

  • 提供nebulagraph的驱动
1
likes
0
pub points
43%
popularity

Publisher

verified publisherdudu.ltd

A database driver for nebula graph based on dart_gdbc, help you to access nebula graph in dart language

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dart_gdbc, dart_gdbc_pool, fbthrift

More

Packages that depend on nebula_dart_gdbc