Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cossou authored Nov 16, 2018
1 parent 2f43c01 commit d24bc69
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,19 @@ We ship the [PostgreSQL](https://jdbc.postgresql.org/) (v9.4-1212.jre6) in the `

Note: Laravel uses `pgsql` driver name instead of `postgres`.

### SQLite

We ship the [SQLite](https://www.sqlite.org/) (version v056, based on SQLite 3.6.14.2) in the `/src/JasperStarter/jdbc/` directory.

```
array(
'driver' => 'generic',
'jdbc_driver' => 'org.sqlite.JDBC',
'jdbc_url' => 'jdbc:sqlite:/database.sqlite'
)
```


### JSON

Source file example:
Expand Down

0 comments on commit d24bc69

Please sign in to comment.