Add Accountsdb plugin documentations (#21746) (#21798)

* Add Accountsdb plugin documentations (#21746)

Add the public facing documentation about the plugin framework: explaining the interface, how to load plugin and the example PostgreSQL plugin implementation.
Updated the rust documentation for the plugin interfaces for accounts and slot.
This changes are targeted for v1.8. Information about transactions will be updated later.

* fmt issue
This commit is contained in:
Lijun Wang
2021-12-11 14:32:42 -08:00
committed by GitHub
parent 39e27b130f
commit 51cab5d16d
4 changed files with 409 additions and 1 deletions

View File

@@ -91,6 +91,7 @@ module.exports = {
},
"developing/test-validator",
"developing/backwards-compatibility",
"developing/plugins/accountsdb_plugin"
],
Integrating: ["integrations/exchange"],
Validating: [