gkeesh7 / url-shortner

URL shortening Web Service
https://gkeesh7.github.io/url-shortner
1 stars 0 forks source link

Change the Underlying Database from MySQL to CockroachDB #5

Open gkeesh7 opened 3 years ago

gkeesh7 commented 3 years ago
  1. Fork out a branch which shifts the underlying database client from MYSQL database client to a PostgreSQL database client.
  2. CockroachDB out of the box is compliant with any existing PostgresSQL clients.
  3. This change would enable the URL-shortner to overcome the existing limitations of MYSQL not being distributed by nature.