Files
templates/blueprints/powersync/meta.json
2026-07-08 00:05:25 -06:00

20 lines
516 B
JSON

{
"id": "powersync",
"name": "PowerSync",
"version": "1.21.0",
"description": "PowerSync is a sync engine for local-first apps. Syncs PostgreSQL data to mobile devices and browsers with real-time replication.",
"logo": "powersync.png",
"links": {
"github": "https://github.com/powersync-ja/powersync-service",
"website": "https://www.powersync.com/",
"docs": "https://docs.powersync.com/"
},
"tags": [
"sync",
"database",
"local-first",
"postgresql",
"realtime"
]
}