mirror of
https://github.com/ent/ent.git
synced 2026-05-24 09:31:56 +03:00
doc: update sqlite migration status (#429)
This commit is contained in:
@@ -16,8 +16,9 @@ and it's being tested constantly on the following 3 versions: `10`, `11` and `12
|
||||
|
||||
## SQLite
|
||||
|
||||
SQLite was developed only for testing, and it does not support the incremental updates for tables.
|
||||
|
||||
SQLite supports all _"append-only"_ features mentioned in the [Migration](migrate.md) section.
|
||||
However, dropping or modifying resources, like [drop-index](migrate.md#drop-resources) are not
|
||||
supported by default by SQLite, and will be added in the future using a [temporary table](https://www.sqlite.org/lang_altertable.html#otheralter).
|
||||
|
||||
## Gremlin
|
||||
|
||||
|
||||
Reference in New Issue
Block a user