DEV Community

Discussion on: Build a blog with Next (React.js), Strapi and Apollo

Collapse
 
seanmclem profile image
Seanmclem

Where is your data actually stored? I don't see any mention of SQL or nosql. No database. Where are these records saved? Directly in your node server?

Collapse
 
ch3ckmat3 profile image
Sohail Iqbal

The command "yarn create strapi-app backend --quickstart" which creates the Strapi project, the option "--quickstart" will opt for SQLite database by default. If this switch is not mentioned, the setup asks for database type and credentials.