Files | |
file | plugin_datastore_heap.c [code] |
heap-based datastore backend; usually we want the datastore to be persistent, and storing data in the heap is obviously NOT going to be persistent; still, this plugin is useful for testing/benchmarking — but never for production! | |
file | plugin_datastore_postgres.c [code] |
postgres-based datastore backend | |
file | plugin_datastore_sqlite.c [code] |
sqlite-based datastore backend | |
file | plugin_datastore_template.c [code] |
template-based datastore backend | |