#
offline-storage
Here are 41 public repositories matching this topic...
Android app for saving webpages for offline reading.
android
java
parser
offline
viewer
android-application
web-scraping
html-parser
html-files
offline-storage
-
Updated
Apr 13, 2020 - Java
A CLI to download, convert and send youtube videos to several devices using Pushbullet.
-
Updated
Oct 19, 2018 - Python
danobot
commented
Dec 1, 2020
This issue is for a new contributor to help improve the getting started guide for new developers.
Save and load notebooks to local-storage
-
Updated
Dec 25, 2020 - Python
A minimal Javascript library that improves the way you work with localStorage or sessionStorage.
-
Updated
Dec 28, 2018 - JavaScript
Backpack Reader - Read Reddit without an internet connection.
-
Updated
Jul 7, 2020 - JavaScript
Sample project that shows how to build an Dogs breeds APP with offline mode that caches API data so it can be used as a fallback later.
-
Updated
Sep 6, 2020 - TypeScript
An Overview of Offline Storage Options for building Progressive Web Applications.
-
Updated
Jun 5, 2017 - JavaScript
Optimize PNG mbtiles for size
png
offline
dotnet-core
mapbox
offline-maps
mbtiles
pngquant
offline-app
offline-storage
basemap-at
ogd-austria
-
Updated
Mar 11, 2020 - C#
A library to simplify working with data in Azure Mobile Apps.
crud
xamarin
azure
xamarin-forms
xamarin-ios
xamarin-android
azure-app-service
offline-storage
nomadcode
azure-mobile-apps
-
Updated
Apr 21, 2017 - C#
terminal is a kv database compatible with memcached, It can load batch data online. very useful for recommend service to store the data generate offline
-
Updated
Jun 11, 2017 - C
Mobync is a protocol that allows mobile applications running on distributed clients to get synced to a single source of truth and work offline and online
-
Updated
Nov 15, 2020 - Dart
Encipher is C# Windows Form App where you can store your user login information offline. Encipher incorporates Google Authenticator to login into the program. It encrypts the user inputted data into AES-256 bit encryption which is then saved on the local database created by the program.
encryption
database
csharp
aes
password-manager
password
local-database
aes-256
authenticator
encrypted
google-authenticator
passwords
encrypted-data
aes-encryption
encryptor
2fa
offline-storage
googleauthenticator
2factor
-
Updated
Mar 1, 2018 - C#
Android client for IDEC and ii-compatible networks
material-design
communication
messaging
forum
fido
russian
ponies
android-app
offline-capable
offline-storage
fidonet
-
Updated
Aug 31, 2020 - Java
Minimal wrapper over native IndexedDB
-
Updated
Oct 12, 2018 - JavaScript
offline-first search
-
Updated
Dec 11, 2017 - Java
WebStorage is a JavaScript library that improves the way you work with localStorage or sessionStorage
-
Updated
Oct 26, 2020 - JavaScript
A Leaflet plugin for local persistent storage using library Dexie.js, demo:
-
Updated
Oct 14, 2020 - JavaScript
Example of offline AngularJS web application, with Service Worker and IndexedDB (with Dexie wrapper)
-
Updated
Apr 2, 2018 - JavaScript
Helper methods for creating and managing values for the IndexedDB API.
-
Updated
Feb 10, 2018 - TypeScript
Storage for saving objects persistent on disk for speed up loading processes and offline usage
-
Updated
Mar 16, 2018 - Swift
Offline App reduces bandwidth consumption.
android
offline
offline-first
retrofit
android-library
android-development
android-application
retrofit2
android-studio
android-app
offline-capable
offline-app
offline-mode
offline-storage
offline-data
offline-course
retrofit2-rxjava2
android-offline-first
retrofit-offline
android-offline
-
Updated
Mar 19, 2019 - Java
IT Hit User File System Engine samples in .NET with synchronization support, on-demand loading, offline files, and Windows File Manager integration.
fuse
onedrive
file-system
virtual-file-system
fuse-filesystem
offline-storage
cloudfiles
cloudstorage
virtual-drive
-
Updated
Dec 14, 2020 - C#
-
Updated
Dec 13, 2020 - JavaScript
A bare bones JSON database (haha, get it?).
-
Updated
Jul 28, 2020 - JavaScript
A web application to convert from one currency value to another using the free.converterapi. It works without a back end and can work offline depending on the frequency of usage and most used currency rates. This is in demonstration of the knowledge acquired from the Google Africa Scholarship Mobile Web Specialist Course. Certificate awarded on the 22nd of August, 2018.
-
Updated
Aug 20, 2019 - JavaScript
Testing offline functionality/capabilites with OpenUI5, SW, IndexedDB and more.
pwa
proof-of-concept
service-worker
serviceworker
openui5
offline-app
pwa-apps
offline-storage
pwa-example
-
Updated
Mar 1, 2020 - JavaScript
A small example that shows how to use shared preferences in your android application.
-
Updated
Jan 29, 2019 - Java
Improve this page
Add a description, image, and links to the offline-storage topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the offline-storage topic, visit your repo's landing page and select "manage topics."


I read the docs of dexie-export-import thoroughly, however I didn't find a way how to add onto the current database when importing the data. It either completely replaces the whole table or merges and overwrites any row with the same id.
What I'd like to do is to import the data with new id's, while keeping the old data in the table intact.