[GH-ISSUE #58] Store meta data of db #47

Closed
opened 2026-03-03 00:17:51 +03:00 by kerem · 0 comments
Owner

Originally created by @Rokt33r on GitHub (Dec 24, 2018).
Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/58

We should store meta data of db for safe syncing.

key: meta
value:

interface ClientMetaData {
  app: string // `boost`?
  version: string // Semver? 
}

By this we could have 2 benifits:

  1. Coerce users to use compatible db only.(To prevent syncing with db used by other apps)
  2. Implement migration
Originally created by @Rokt33r on GitHub (Dec 24, 2018). Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/58 We should store meta data of db for safe syncing. key: `meta` value: ```ts interface ClientMetaData { app: string // `boost`? version: string // Semver? } ``` By this we could have 2 benifits: 1. Coerce users to use compatible db only.(To prevent syncing with db used by other apps) 2. Implement migration
kerem 2026-03-03 00:17:51 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/BoostNote-App#47
No description provided.