mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-10 16:35:27 +02:00
20 lines
516 B
JSON
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"
|
|
]
|
|
}
|