1 repository
Utilities for transforming database cursors into functional sequences, lists, or maps.
Distinct from Cursor-Based Change Streaming: Existing candidates focus on change streaming or pagination; this is about data transformation of a cursor result set.
Explore 1 awesome GitHub repository matching data & databases · Cursor Data Mapping. Refine with filters or upvote what's useful.
Anko is an Android Kotlin library designed to simplify application development through a set of domain-specific languages and extensions. It functions as a programmatic UI DSL, an SQLite wrapper, an SDK utility, and an asynchronous framework. The project provides a declarative layout system that allows developers to build user interfaces through code instead of static XML markup. It distinguishes itself by offering a fluent database layer that eliminates manual cursor management and a concurrency system that uses weak references to prevent memory leaks in activities. The library covers broad
Converts database cursors into sequences of rows or maps for functional processing.