mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Minor clarification of SQLAlchemy DB support (#22532)
This commit is contained in:
parent
27b9d95ef6
commit
cd39b5753c
@ -28,7 +28,7 @@ The supported database solutions are:
|
||||
- [PostgreSQL](https://www.postgresql.org/) ≥ 12
|
||||
- [SQLite](https://www.sqlite.org/) ≥ 3.31.0
|
||||
|
||||
Although SQLAlchemy supports additional database solutions, it will behave differently on different databases, and features relied on by the recorder may work differently, or not at all, in different databases.
|
||||
Although SQLAlchemy supports database solutions in addition to the ones supported by Home Assistant, it will behave differently on different databases, and features relied on by the recorder may work differently, or not at all, in different databases.
|
||||
|
||||
The default, and recommended, database engine is [SQLite](https://www.sqlite.org/) which does not require any configuration. The database is stored in your Home Assistant configuration directory ('/config/') and is named `home-assistant_v2.db`.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user