Skip to content

snorresovold/pocketSync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
})

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published