doc/website: do not refer to sqlite3 anymore (#2593)

This commit is contained in:
frederikhors
2022-06-01 17:55:07 +02:00
committed by GitHub
parent 63592f79c4
commit 2c3f65b528

View File

@@ -123,7 +123,7 @@ ent
## Create Your First Entity
To get started, create a new `ent.Client`. For this example, we will use SQLite3.
To get started, create a new `ent.Client`.
<Tabs
defaultValue="sqlite"