- Feat: Refine the time type to fully adapt to the field definitions of different databases.
- Feat: Add
databaseName
field toConnection
to hold the tablespace name. - Feat: Add the code attribute to the exception types.
- Fix: fix bug that value missing when vertex has multiple tags.
- Feat: Add timestamp type.
- Feat: Add ExecutionPlan to ResultSet.
- fix: PoolConfig provides a constructor with parameters
- Fix bug: remove broken connection from pool.
- Feat: Connection pool support.
- Fix bug: remove jsonEncode from ResultSet toString() method.
- Change statement apis
- Support gql render in prepared statement
-
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
- ...