File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed
Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -4,18 +4,13 @@ Essa Biblioteca tem como maior função facilitar o uso do SQLite para o android
44
55Agora vamos mostrar o passo a passo de como utilizar:
66### Versões
7- <a href =" " >v1.0.0</a >
8- <a href =" " >v1.0.1</a >
9- <a href =" " >v1.0.2</a >
10- <a href =" " >v1.0.3</a >
11- <a href =" " >v1.0.4</a >
12- <a href =" " >v1.0.5</a >
13- <a href =" " >v1.0.6</a >
14- <a href =" " >v1.0.7</a >
7+ <a href =" " >v1.0.10</a >
8+ <a href =" " >v1.0.12</a >
9+ <a href =" " >v1.0.13</a >
1510
1611### Importando a lib para o projeto:
1712``` groovy
18- implementation 'com.github.p2jorg:simplesql:1.0.5 '
13+ implementation 'com.github.p2jorg:simplesql:1.0.13 '
1914```
2015##### * Observação - Caso você não tenha o JitPack, adicione em seu module project a linha de código com o comentário:
2116``` groovy
@@ -123,7 +118,7 @@ Pessoa p = new Pessoa();
123118p. setNome(" Alow" );
124119p. setIdade(12 );
125120boolean result = false ;
126- result = new SimpleSQL (new HelperBD (this )). insert(p );
121+ result = new SimpleSQL (new HelperBD (this )). insert(pessoa) . execute( );
127122```
128123
129124### SELECT
You can’t perform that action at this time.
0 commit comments