1.0.7 • Published 3 years ago

@snorresovold/pocketsync v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years 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

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago