persistence
Here are 518 public repositories matching this topic...
the champagne of beta embedded databases
-
Updated
Sep 3, 2020 - Rust
The Doctrine Persistence project is a library that provides common abstractions for object mapper persistence.
-
Updated
Sep 2, 2020 - PHP
JavaScript tree view / tree grid plugin with support for keyboard, inline editing, filtering, checkboxes, drag'n'drop, and lazy loading
-
Updated
Aug 29, 2020 - JavaScript
A redis protocol compatible nosql, it support multiple storage engines as backend like Google's LevelDB, Facebook's RocksDB, OpenLDAP's LMDB, PerconaFT, WiredTiger, ForestDB.
-
Updated
Jun 1, 2020 - C++
iOS UUID / Universally Unique Identifiers library as alternative to UDID and identifierForVendor.
-
Updated
Nov 12, 2019 - Objective-C
Undetectable Windows Payload Generation
-
Updated
Jul 12, 2019 - Python
A framework that create an advanced stealthy dropper that bypass most AVs and have a lot of tricks
-
Updated
Nov 3, 2018 - Python
Full-featured C2 framework which silently persists on webserver via evil PHP oneliner
-
Updated
Sep 3, 2020 - Python
A multithreaded application server for PHP, written in PHP.
-
Updated
Feb 5, 2020 - PHP
Moor is an easy to use, reactive, typesafe persistence library for Dart & Flutter
-
Updated
Sep 1, 2020 - Dart
Python disk-backed cache (Django-compatible). Faster than Redis and Memcached. Pure-Python.
-
Updated
Aug 26, 2020 - Python
A custom React Hook that provides a multi-instance, multi-tab/browser shared and persistent state.
-
Updated
Jul 16, 2020 - JavaScript
Universal database layer for the client, server & mobile devices. It's like Lego for databases.
-
Updated
May 16, 2020 - TypeScript
-
Updated
Apr 3, 2020 - Java
Collection of best practices for Java persistence performance in Spring Boot applications
-
Updated
Jun 28, 2020 - Java
-
Updated
Aug 15, 2020 - Kotlin
Embedded, Fast and Persistent bigqueue implementation
-
Updated
Aug 6, 2020 - Go
Ruby persistence framework with entities and repositories
-
Updated
Aug 14, 2020 - Ruby
-
Updated
Aug 2, 2020 - Java
Performance comparison of Android ORM Frameworks
-
Updated
Jan 23, 2019 - Jupyter Notebook
EGESPLOIT is a golang library for malware development
-
Updated
Jan 26, 2017 - Go
Language-Natural Persistence Layer for Java
-
Updated
Aug 5, 2020 - HTML
A minimalistic, thread safe, non-boilerplate and super easy to use version of Active Record on Core Data. Simply all you need for doing Core Data. Swift flavour.
-
Updated
Oct 16, 2019 - Swift
Job Scheduler for IOS with Concurrent run, failure/retry, persistence, repeat, delay and more
-
Updated
Aug 13, 2020 - Swift
ToRat is a Remote Administation tool written in Go using Tor as a transport mechanism and RPC for communication
-
Updated
Aug 31, 2020 - Go
Improve this page
Add a description, image, and links to the persistence topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the persistence topic, visit your repo's landing page and select "manage topics."


This is to fix: Nozbe/WatermelonDB#186
Right now, deleting records is not very efficient in WatermelonDB.
Say you have models like this: Blog has_many Post has_many Comment. If you want to delete a blog post, you also have to delete all its posts, and all their comments. This happens one-by-one currently. What we need is the ability to efficiently (and atomically if