Question: Which statement is most accurate, regarding using the default SQLite database on your local/development machine but Postgres in production

  1. There's less chance of introducing bugs since SQLite already works out the box
  2. It's fine, you just need to keep both instances synchronized
  3. It's a bad idea and could lead to issues down the road
  4. It's the most efficient way to build a project

Answer: The correct answer of the above question is Option A:There's less chance of introducing bugs since SQLite already works out the box