solevis / pixyship

PixyShip | Pixel Starships reference site
https://pixyship.com
MIT License
17 stars 3 forks source link

Migrate to SQLite #40

Closed solevis closed 2 years ago

solevis commented 3 years ago

I think PostgreSQL is too overkill for PixyShip. SQLite can handle concurrent access and store all PixyShip data without problems and no need of managing a PostgreSQL server.

solevis commented 2 years ago

After reflection and implementation of Docker for local development this feature is no longer necessary.