Skip to content

Commit 8e7e7b0

Browse files
committed
doc: add a lead maintainer
1 parent c85adc5 commit 8e7e7b0

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

Diff for: README.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,20 @@
88

99
> key-value datastore interfaces
1010
11-
datastore is a generic layer of abstraction for data store and database access. It is a simple API with the aim to enable application development in a datastore-agnostic way, allowing datastores to be swapped seamlessly without changing application code. Thus, one can leverage different datastores with different strengths without committing the application to one datastore throughout its lifetime.
11+
## Lead Maintainer
12+
13+
[Steven Allen](https://github.com/Stebalien)
14+
15+
## Table of Contents
16+
17+
- [Background](#background)
18+
- [Documentation](#documentation)
19+
- [Contribute](#contribute)
20+
- [License](#license)
21+
22+
## Background
23+
24+
Datastore is a generic layer of abstraction for data store and database access. It is a simple API with the aim to enable application development in a datastore-agnostic way, allowing datastores to be swapped seamlessly without changing application code. Thus, one can leverage different datastores with different strengths without committing the application to one datastore throughout its lifetime.
1225

1326
In addition, grouped datastores significantly simplify interesting data access patterns (such as caching and sharding).
1427

0 commit comments

Comments
 (0)