31 stable releases

1.10.2 Mar 14, 2022
1.10.0 Mar 3, 2022
1.9.9 Feb 23, 2022
1.9.5 Jan 22, 2022
1.8.2 Oct 27, 2021

#262 in #account

Download history 3/week @ 2024-02-11 4/week @ 2024-02-18 76/week @ 2024-02-25 20/week @ 2024-03-03 48/week @ 2024-03-10 26/week @ 2024-03-17 6/week @ 2024-03-24 383/week @ 2024-03-31

467 downloads per month
Used in 4 crates (2 directly)

Apache-2.0

1MB
22K SLoC

Solana

Solana AccountsDb Plugin Interface

This crate enables an AccountsDb plugin to be plugged into the Solana Validator runtime to take actions at the time of each account update; for example, saving the account state to an external database. The plugin must implement the AccountsDbPlugin trait. Please see the detail of the accountsdb_plugin_interface.rs for the interface definition.

The plugin should produce a cdylib dynamic library, which must expose a C function _create_plugin() that instantiates the implementation of the interface.

The solana-accountsdb-plugin-postgres crate provides an example of how to create a plugin which saves the accounts data into an external PostgreSQL databases.

More information about Solana is available in the Solana documentation.

Still have questions? Ask us on Discord

Dependencies

~35–52MB
~876K SLoC