Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Commit 85294ea

Browse files
author
Chris Board
authored
Update README.md
1 parent 415cdb0 commit 85294ea

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
[![](https://jitpack.io/v/BoardiesITSolutions/Android-MySQL-Connector.svg)](https://jitpack.io/#BoardiesITSolutions/Android-MySQL-Connector)
2+
<a href="https://ci.boardiesitsolutions.com/viewType.html?buildTypeId=AndroidMySQLConnector_Build&guest=1">
3+
<img src="https://ci.boardiesitsolutions.com/app/rest/builds/buildType:(id:AndroidMySQLConnector_Build)/statusIcon"/>
4+
</a>
5+
16
# Introduction
27
This is (as far as we are aware) the first and only native MySQL connector for Android.
38
It connects directly to your database instead of relying on some sort of web service to
@@ -194,4 +199,4 @@ to your new activity, and then create a new connection object in your new activi
194199
Also, to avoid leaving the DB connection open for no reason, in your activities onPause and onDestroy methods
195200
you should close the DB connection and then create a new instance to restablish the connection in the onCreate and/or onResume
196201

197-
You can close the DB by calling `connection.close()`.
202+
You can close the DB by calling `connection.close()`.

0 commit comments

Comments
 (0)