sqlite-ios
There are 11 repositories under sqlite-ios topic.
KevinZhouRafael/ActiveSQLite
ActiveSQLite is an helper of SQLite.Swift. It can let you use SQLite.swift easily.
CreaterOS/ReactPaintinglite
🚀🚀🚀Support for ORM operation,Customize the PQL syntax for quick queries,Support dynamic query,Secure thread protection mechanism,Support native operation,Support for XML configuration operations,Support compression, backup, porting MySQL, SQL Server operation,Support transaction operations.
juanchinovas/nativescript-sqlite-access
Just a NativeScript plugin to access to sqlite on Android and iOS.
hasyapanchasara/SQLite_SingleManagerClass
SQLite SingleTonManagerClass and use of FMDB
Dilip-Parmar/CoreDataWrapper
A simple library with core data stack and helper functions (Core Data Wrapper)
uni-helper/localForage-adapter
适用于 uni-app 的 localForage 适配器
Guang1234567/sqflitebrite
**sqlfiltebrite** is a dart lang implement of [square/sqlbrite](https://github.com/square/sqlbrite) that base on [tekartik/sqflite](https://github.com/tekartik/sqflite).
SagarSDagdu/SDDatabase
A simple yet powerful wrapper over the famous FMDB. Provides fast and easy access to sqlite database operations in iOS eliminating all the boilerplate code. Written in Swift with ❤️
XjShi/SXJDatabaseManager
[Deprecated] 结合 objc 的 runtime ,对 FMDB 进一步封装,实现的 ORM 库,可方便快捷的对单个模型进行 CRUD 操作。
priyanka-jha/CRUDSQLite-iOS
iOS App showing CRUD operation in SQLite database in iOS.It also shows the data from database in TableView from where it can be edited and deleted.
priyanka-jha/imageSQLite-iOS
Project explainig storing of images in SQLite database and showing the saved images in TableView in iOS.