sqlitelibrary

This is a lightweight SQLite database framework

License

License

Categories

Categories

SQLite Data Databases
GroupId

GroupId

cn.bluemobi.dylan
ArtifactId

ArtifactId

sqlitelibrary
Last Version

Last Version

0.8
Release Date

Release Date

Type

Type

aar
Description

Description

sqlitelibrary
This is a lightweight SQLite database framework
Project URL

Project URL

https://github.com/linglongxin24/SQLite
Source Code Management

Source Code Management

https://github.com/linglongxin24/SQLite

Download sqlitelibrary

How to add to project

<!-- https://jarcasting.com/artifacts/cn.bluemobi.dylan/sqlitelibrary/ -->
<dependency>
    <groupId>cn.bluemobi.dylan</groupId>
    <artifactId>sqlitelibrary</artifactId>
    <version>0.8</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/cn.bluemobi.dylan/sqlitelibrary/
implementation 'cn.bluemobi.dylan:sqlitelibrary:0.8'
// https://jarcasting.com/artifacts/cn.bluemobi.dylan/sqlitelibrary/
implementation ("cn.bluemobi.dylan:sqlitelibrary:0.8")
'cn.bluemobi.dylan:sqlitelibrary:aar:0.8'
<dependency org="cn.bluemobi.dylan" name="sqlitelibrary" rev="0.8">
  <artifact name="sqlitelibrary" type="aar" />
</dependency>
@Grapes(
@Grab(group='cn.bluemobi.dylan', module='sqlitelibrary', version='0.8')
)
libraryDependencies += "cn.bluemobi.dylan" % "sqlitelibrary" % "0.8"
[cn.bluemobi.dylan/sqlitelibrary "0.8"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

##【玩转SQLite系列】(一)初识SQLite,重拾sql语句 ##【玩转SQLite系列】(二)SQLite创建和打开数据库的三种方式 ##【玩转SQLite系列】(三)通过sql语句操作SQLite数据库 ##【玩转SQLite系列】(四)通过Android提供的API操作SQLite数据库 ##【玩转SQLite系列】(五)SQLite数据库优化 ##【玩转SQLite系列】(六)SQLite数据库应用案例实现历史搜索记录 ##【玩转SQLite系列】(七)打造轻量级ORM工具类SQLiteDbUtil操作数据库

Versions

Version
0.8
0.6
0.5
0.2