#
sqlite-database
Here are 657 public repositories matching this topic...
Basic SQLite wrapper for Swift 4.x and lightweight ORM for accessing underlying tables in an SQLite database
-
Updated
Apr 8, 2018 - Swift
Automatically create a GraphQL server from a SQLite database or a SQL file
-
Updated
Apr 24, 2020 - JavaScript
android
kotlin
sample
demo
volley
sqlite
recyclerview
sqlite-database
compass
retrofit
kotlin-android
audio-player
samples
accelerometer
custom-camera
location-services
okhttp3
video-streaming
locations
android-camera
-
Updated
Jun 15, 2017 - Kotlin
wxSQLite3 - SQLite3 database wrapper for wxWidgets (including SQLite3 encryption extension)
sqlite
sqlite-database
wxwidgets
database-adapter
sqlite3
sqlite-amalgamation
wxsqlite3
encryption-extension
sqlite3-database
sqlite3-encryption
encrypted-database
database-encryption
encryption-support
wxwidgets-library
-
Updated
Jun 3, 2020 - C
SqfEntity ORM for Flutter/Dart lets you build and execute SQL commands on SQLite database easily and quickly with the help of fluent methods similar to .Net Entity Framework. SqfEntity also generates add/edit forms with validations and special controls (DropDown List, DateTime pickers, Checkboxes.. etc) for your table.
sqlite-database
sqlite-orm
flutter-plugin
sqflite
sqf-entity
database-models
sqfentity-orm
sqfentity
generate-input-form
generate-model-from-db
-
Updated
Jun 10, 2020 - Dart
CrystDB is a thread-safe and convenient Object Relational Mapping database that based on SQLite.
-
Updated
Aug 17, 2017 - Objective-C
PowerShell module to query SQLite databases
-
Updated
May 18, 2020 - PowerShell
simonw
opened
Jul 23, 2019
Transparent and persistent cache/serialization powered by type hints
-
Updated
Apr 18, 2020 - Python
Web server using a Raspberry Pi and DHT22 sensor to graph the humidity and temperature in my apartment over time.
javascript
python
raspberry-pi
flask
web-development
html5
graph
css3
sqlite-database
temperature
humidity
sensor-data
-
Updated
Apr 14, 2016 - JavaScript
-
Updated
May 3, 2020 - Python
Copy SQLite Database from www folder to default app database location
android
java
cordova
objective-c
cordova-android-plugin
sqlite-database
cordova-plugin
phonegap-plugin
cordova-ios-plugin
cordova-plugin-dbcopy
sqliteplugin
cordova-database-copy
-
Updated
Aug 13, 2019 - Objective-C
Web-Based SQLite database browser
-
Updated
Feb 24, 2015 - Go
Swift library for making storing data in a SQLite database simple and magic-free
macos
swift
ios
sql
simple
sqlite
carthage
sqlite-database
persistence
concurrency
swift-package-manager
-
Updated
Jun 21, 2018 - Swift
rock3r
commented
Dec 14, 2015
When you look at the code generated by this tool, you notice that the getters and setters look like this:
public static int getId(android.database.Cursor cursor) {
int index = cursor.getColumnIndexOrThrow("_id");
return cursor.getInt(index);
}
public static void setId(int value, android.content.ContentValues values) {
values.put("_id", value);
}
`Keeping SQLite databases in sync
-
Updated
Mar 12, 2015 - Go
A Lumen based microservice ready to deploy with guzzle for consumption of api and OAuth 2
microservices
php7
guzzle
sqlite-database
lumen-framework
sqlite3
microservices-architecture
jwt-authentication
laravel-passport
restful-api
microservice-framework
lumen-micro-framework
oauth-2
-
Updated
Mar 3, 2020 - PHP
Automatic unique ID for Pages, Files and Structures including performant helpers to retrieve them. Bonus: Tiny-URL.
pages
files
performance
uuid
sqlite
cache
random
incremental
sqlite-database
structures
lookup
token
nested
tiny-url
autoid
kirby3
kirby3-cms
kirby3-plugin
-
Updated
Apr 18, 2020 - PHP
This project comes in handy when you want to write a sql statement easily and smarter.
android
query
sql
database
sqlite
sqlite-database
update
trim
dataset
sqlite3
cursor
delete
insert
sqlitehelper
contentvalues
-
Updated
Jun 7, 2017 - Java
This tutorial we will save text from EditText and Image from gallery into SQLite database
-
Updated
Jun 25, 2017 - Java
Compile-Time ORM for Nim
postgres
sqlalchemy
sql
orm
database
nim
dsl
sqlite
sqlite-database
postgresql
databases
sqlite3
ormlite
compile-time
sqlite-orm
orm-framework
orm-library
orm-extension
nim-lang
-
Updated
May 7, 2020 - Nim
A Python module to retrieve and compare SMILE strings of chemical compounds from the free ZINC online database
-
Updated
Jun 10, 2020 - Python
SQLite JDBC Driver with encryption and authentication support
java
encryption
cross-platform
jdbc
sqlite-database
password
jdbc-driver
sqlite3
pragma
jdbc-connector
-
Updated
Jun 9, 2020 - Java
Open Hadith Library of the databases of 9 different books (including the Six Books)
-
Updated
Jul 21, 2017
ActiveSQLite is an helper of SQLite.Swift. It can let you use SQLite.swift easily.
swift
activerecord
orm
database
sqlite
sqlite-database
fmdb
coredata
realm
sqlite-orm
magicalrecord
sqlite-swift
sqlite-ios
-
Updated
Sep 19, 2019 - Swift
Automated database-enabled navigation ✔️ of web applications
javascript
testing
firefox
qa
gui
automation
functional
database
script
data-driven
interactive
test
sqlite
reporting
sqlite-database
selenium
collaboration
test-automation
configuration-management
selite
-
Updated
Dec 11, 2017 - Java
Appropriately lightweight database creations and migrations with SQLite on Android
-
Updated
Aug 20, 2018 - Java
Improve this page
Add a description, image, and links to the sqlite-database topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the sqlite-database topic, visit your repo's landing page and select "manage topics."


Thanks for making such great code. I've got an instance running and am trying to document the ways that I can query the API.
So far, I've found:
I'