1.0.7 • Published 1 year ago

@snorresovold/pocketsync v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Pocketsync

Pocketsync is a tool used for synchronising the schemas of different pocketbase instances.

Example:

You have a Pocketbase instance in prod and can't do development on that exact instance, then you could have a local instance of pocketbase to do development on and synchronise them when you're done.

You should probably use a Github action or other Devops tool to do this.

Usage:

Pocketsync takes in 6 arguments, The email and password (for authorization) of both instances, and the url of both instances.

pocketSync({
    email1@gmail.com, 
    email2@gmail.com, 
    password1, 
    password2, 
    url1, 
    url2
})
1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago