tangled
alpha
login
or
join now
tijs.org
/
atproto-storage
Storage implementations for AT Protocol OAuth applications. Provides a simple key-value storage interface with implementations for in-memory and SQLite backends.
0
fork
atom
overview
issues
pulls
pipelines
atproto-storage
/
.gitignore
at
main
82 B
view raw
1
# IDE
2
.idea/
3
.vscode/
4
*.swp
5
*.swo
6
7
# OS
8
.DS_Store
9
Thumbs.db
10
11
# Coverage
12
coverage/