Skip to content

Commit 5973a1e

Browse files
committed
chore: add base commits
Bootstrap the repository. Signed-off-by: Andrey Smirnov <[email protected]>
0 parents  commit 5973a1e

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.kres.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
kind: golang.Generate
3+
spec: {}
4+
---
5+
kind: auto.CI
6+
spec:
7+
provider: drone

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# COSI `sqlite` State Storage
2+
3+
This project implements [COSI](https://github.com/cosi-project/runtime) state (resource storage) in `sqlite` database.
4+
5+
This might work with other SQL databases when the schema is updated accordingly, but it has only been tested with `sqlite`.

0 commit comments

Comments
 (0)