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

Commit 95aeac5

Browse files
committed
move integration info
move some integration info into the corresponding section
1 parent cf60e51 commit 95aeac5

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,18 @@
22

33
Code generation for Java/Android database access.
44

5-
65
## Description
76

87
Generates java/android database access code by analyzing sqlite migration files or sqlite databases, keeping full control of what code is generated.
98

10-
To integrate sqliteAnalyzer into your project, it is recommended for now that you depend directly on the sources. See the setup under the `buildSrc` sub-directory for an example.
11-
129
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.
1310

1411
This project uses [sqlite-jdbc](https://bitbucket.org/xerial/sqlite-jdbc) to create and analyze the database. [Groovy](http://groovy.codehaus.org/) is used to generate code, [Gradle](http://www.gradle.org/) to hook the functionality into the [android build system](http://tools.android.com/tech-docs/new-build-system).
1512

16-
1713
## Adding to your project
1814

15+
To integrate sqliteAnalyzer into your project, it is recommended for now that you depend directly on the sources. See the setup under the `buildSrc` sub-directory for an example.
16+
1917
After you've added the sources to `buildSrc`, you can start using this library, add these lines to the `build.gradle` of your project:
2018

2119
```groovy

0 commit comments

Comments
 (0)