refactor: rename library from pocketbook to atomsync

This commit is contained in:
Florian Schroedl
2026-04-16 20:18:45 +02:00
parent bcf7e03332
commit b68f97247a
20 changed files with 73 additions and 73 deletions

View File

@@ -1,4 +1,4 @@
# Pocketbook
# Atomsync
Clojure/ClojureScript offline-first synced atom library backed by IndexedDB (CLJS) or SQLite (CLJ).
@@ -24,7 +24,7 @@ This project uses **promesa** (`funcool/promesa`) for all async operations. Do n
## Project structure
```
src/pocketbook/
src/atomsync/
store.cljc — PStore protocol (promises)
store/memory.cljc — in-memory store (testing/JVM)
store/idb.cljs — IndexedDB store (browser)