Commit Graph

3 Commits

Author SHA1 Message Date
Sebastian Rindom
1039d040e9 Add SQLite support for easy setup (#336)
* Modifies schema to allow SQLite as a DB driver. SQLite is preinstalled in most OSes allowing for minimal prerequisites in the installation process.

* Removes Redis dependency and replaces "real" redis instance with ioredis-mock this is not feature complete and errors are expected.

* Updates medusa new command to only ask for Postgres credentials if the starter template has database_type === "postgres" in medusa-config.js

* Small improvements to bin resolution

* Improvements to endpoint stability
2021-08-16 15:45:26 +02:00
Sebastian Rindom
ed4d2b4b3d fix: .gitignore 2020-12-09 19:11:02 +01:00
Sebastian Rindom
c7cf9b8061 Add core 2020-01-18 15:08:22 +01:00