dart_gdbc 0.0.1 dart_gdbc: ^0.0.1 copied to clipboard
A standard interface specification for accessing graph databases based on Dart language --- 一个基于dart语言访问图数据库的标准接口规范
0.0.1 #
-
Provided driver manager which can be used to register drivers and get a driver by its legal url
-
Provided common types for graph databases
-
Declared some base interfaces:
- Driver
- Connection
- Statement
- PreparedStatement
- ResultSet
- ...