docs icon indicating copy to clipboard operation
docs copied to clipboard

Document that SQLite is included?

Open gitressa opened this issue 3 years ago • 6 comments

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/?

gitressa avatar May 30 '22 17:05 gitressa