Skip to content

Tags: protodef/agensgraph-python

Tags

v1.0.0

Toggle v1.0.0's commit message
feat: Support parameters

This commit allows users to pass some types of Python values as
parameters. Supported types are as follows.

* Basic types
  * string
  * integer
  * `float`
  * `bool`(`True`/`False`)
  * `None`
* Collection
  * `dict` -- only basic types can be key
  * `list`/`tuple`