issues
search
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
Fork out a branch which shifts the underlying database client from MYSQL database client to a PostgreSQL database client.
CockroachDB out of the box is compliant with any existing PostgresSQL clients.
This change would enable the URL-shortner to overcome the existing limitations of MYSQL not being distributed by nature.