Skip to content

Commit 771c2ad

Browse files
committed
fixed README content
1 parent 3246365 commit 771c2ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ implementation can be hidden. Instead, a dictionary or a tuple will probably be
1111
By default the module uses [SQLite3](https://www.sqlite.org/) as a database, but it can [support any of the ones
1212
supported by SQLALchemy](https://docs.sqlalchemy.org/en/latest/core/engines.html).
1313

14-
## Database
14+
## Connecting to Database
1515

16-
Currently SQLite defaults as the default database. It's a local database saved to a `.db` file. You can open and view
17-
their content using
16+
Currently SQLite defaults as the default database. It's a local database saved to a `.db` file. You can open the
17+
database file and view the content using [DB Browser for SQLite](https://sqlitebrowser.org/).
1818

1919
## Python Google Protocol Buffer Message() Class Document
2020

0 commit comments

Comments
 (0)