{
  "$type": "site.standard.document",
  "bskyPostRef": {
    "cid": "bafyreicouxx43ldfptv422g2e3bey5hzpxi23x6uxwrv6z3xp3syvrp66e",
    "uri": "at://did:plc:nfto3lv2rcs5s7h7digotzlu/app.bsky.feed.post/3moepxptq5kv2"
  },
  "coverImage": {
    "$type": "blob",
    "ref": {
      "$link": "bafkreig7saeenw6c3prrms24e2bpcmq7mskq26az4ajg73ufx33cf4gf2a"
    },
    "mimeType": "image/png",
    "size": 32236
  },
  "path": "/packages/d_rocket",
  "publishedAt": "2026-06-16T02:12:58.816Z",
  "site": "https://pub.dev",
  "tags": [
    "@Serializable",
    "@RestClient"
  ],
  "textContent": "Dart/Flutter data-layer framework: @Serializable codegen, @RestClient with retry, deferred LINQ, and a code-first SQLite ORM with migrations. See README for platform support. Changelog excerpt: Patch release. Adds optional, end-to-end encryption of the local SQLite database via SQLCipher. Existing callers that do not opt in are unaffected. - **Encrypted database support.** `Db.open`and `Db.inMemory`now accept an optional `password`parameter that is forwarded to the underlying SQLite engine as `PRAGMA key`after open. The same parameter is exposed on `SqliteQueryProvider.file`and `SqliteQueryProvider.inMemory`for advanced users. The default (`password: null`) preserves the 1.0.x behavi[...]",
  "title": "v1.0.5 of d_rocket",
  "updatedAt": "2026-06-16T01:41:00.812Z"
}