docs
docs copied to clipboard
Document that SQLite is included?
SQLite is supported out of the box, which is great, and you can run this, without having to define database: sqlite in .lando.yml:
$ drush site:install --db-url=sqlite://drupal9:drupal9@database/drupal9 -y
Should SQLite perhaps be added to the list of "Databases" under "Services", together with MariaDB, MongoDB, MySQL, etc. on https://docs.lando.dev/?