1.4.0 • Published 4 years ago

brandify-datasync v1.4.0

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Brandify DataSync

Local Development

npm start

Example DB Setup

Create Store1 Example Table

CREATE TABLE store1_locations (id serial primary key, name varchar, address varchar, phone varchar);

Create Store2 Example Table

CREATE TABLE store2_locations (id serial primary key, name varchar, address varchar);
CREATE TABLE store2_phones (id serial primary key, type varchar, number varchar);