Files | |
plugin_datastore_heap.c | |
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! | |
plugin_datastore_postgres.c | |
postgres-based datastore backend | |
plugin_datastore_sqlite.c | |
sqlite-based datastore backend | |
plugin_datastore_template.c | |
template-based datastore backend | |