Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 688 Bytes

CHANGELOG.md

File metadata and controls

37 lines (25 loc) · 688 Bytes

0.0.4

  • Feat: Add timestamp type.

0.0.3

  • Feat: Add ExecutionPlan to ResultSet.

0.0.2+2

  • fix: PoolConfig provides a constructor with parameters

0.0.2+1

  • Fix bug: remove broken connection from pool.

0.0.2

  • Feat: Connection pool support.

0.0.1+4

  • Fix bug: remove jsonEncode from ResultSet toString() method.

0.0.1+3

  • Change statement apis
  • Support gql render in prepared statement

0.0.1+2

  • 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
    • ...