refactor: rename library from pocketbook to atomsync
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user