Skip to content
This repository was archived by the owner on Feb 11, 2022. It is now read-only.

Commit 8943f29

Browse files
author
David González
committed
fixing typo
1 parent 47615bf commit 8943f29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Code generation for Java/Android database access.
44

55
## Description
66

7-
Generates java/android database access code by analyzing sqlite migration files or sqlite databases, keeping full control of what code is generated.
7+
Generates java/android database access code by analysing sqlite migration files or sqlite databases, keeping full control of what code is generated.
88

99
sqlite-analyzer creates an in-memory sqlite database, either from a given database file or by running sql migrations, and analyzes its tables to construct a DatabaseModel. This model is then used to generate code.
1010

0 commit comments

Comments
 (0)