Directories
¶
| Path | Synopsis |
|---|---|
|
Package badgerdb is the BadgerDB embedded key-value plugin.
|
Package badgerdb is the BadgerDB embedded key-value plugin. |
|
cmd
command
Command badgerdb serves the BadgerDB plugin over the Scriptling plugin protocol (stdio JSON-RPC).
|
Command badgerdb serves the BadgerDB plugin over the Scriptling plugin protocol (stdio JSON-RPC). |
|
internal
|
|
|
kv
Package kv provides the shared key/value client class used by the valkey and badgerdb plugins.
|
Package kv provides the shared key/value client class used by the valkey and badgerdb plugins. |
|
kwarg
Package kwarg converts object-side argument errors into Go errors, for typed class constructors whose signatures require an error return.
|
Package kwarg converts object-side argument errors into Go errors, for typed class constructors whose signatures require an error return. |
|
plugintest
Package plugintest drives database plugins in external mode: it builds the plugin's cmd binary, loads it through a Manager (handshake, policy, script-shim connect wrappers, object protocol) and evaluates a script against it — the full wire path a real deployment uses.
|
Package plugintest drives database plugins in external mode: it builds the plugin's cmd binary, loads it through a Manager (handshake, policy, script-shim connect wrappers, object protocol) and evaluates a script against it — the full wire path a real deployment uses. |
|
relational
Package relational provides the shared Connection class used by the database plugins (sqlite, sql).
|
Package relational provides the shared Connection class used by the database plugins (sqlite, sql). |
|
Package sql is the network relational database plugin covering MySQL, MariaDB and PostgreSQL.
|
Package sql is the network relational database plugin covering MySQL, MariaDB and PostgreSQL. |
|
cmd
command
Command sql serves the MySQL/MariaDB/PostgreSQL plugin over the Scriptling plugin protocol (stdio JSON-RPC).
|
Command sql serves the MySQL/MariaDB/PostgreSQL plugin over the Scriptling plugin protocol (stdio JSON-RPC). |
|
Package sqlite is the sqlite database plugin.
|
Package sqlite is the sqlite database plugin. |
|
cmd
command
Command sqlite serves the sqlite database plugin over the Scriptling plugin protocol (stdio JSON-RPC).
|
Command sqlite serves the sqlite database plugin over the Scriptling plugin protocol (stdio JSON-RPC). |
|
Package valkey is the valkey/redis key-value plugin.
|
Package valkey is the valkey/redis key-value plugin. |
|
cmd
command
Command valkey serves the valkey/redis plugin over the Scriptling plugin protocol (stdio JSON-RPC).
|
Command valkey serves the valkey/redis plugin over the Scriptling plugin protocol (stdio JSON-RPC). |
Click to show internal directories.
Click to hide internal directories.