-
Notifications
You must be signed in to change notification settings - Fork 16
Articles
xcesco edited this page Sep 22, 2019
·
3 revisions
In this page, I try to collect a list of post, articles and useful link that talk about Kripton:
- Kripton Persistence Library — An introduction
- Kripton Persistence Library — V. 4 is ready
- Kripton Live Data — First contact
- Kripton meets Room: a Persistence Content Provider comparison
- How to upgrade SQLite database with Kripton Persistence Library
- Kripton Library vs. Shared Preferences
- All articles on Kripton on abubusoft.com
- Kripton Persistence Library versus Version 5
- Introduction
- Goals & Features
- Kotlin
- Immutable or Mutable Pojo
- Annotation Processor Args
- Credits
- Articles
- Benchmarks
- Setup
- Tutorial
- Usage
- Dependencies and inspirations
- Stackoverflow
- Documentation
- SQL logging
- Data source options
- Indices
- SQL Type adapter
- Global SQL Type adapter
- Constraints
- Live data: welcome Architectural components!!
- Paged Live data
- Dynamic parts
- Transactional and batch operations
- Async Transactional and batch operations
- Global transaction
- Support for immutable POJO
- Generate Content provider
- Generate Database schema generation
- Database migration
- BindSqlColumn
- BindContentProvider
- BindContentProviderEntry
- BindContentProviderPath
- BindDao
- BindDaoMany2Many
- BindDataSource
- BindDataSourceOptions
- BindDataSourceUpdateTask
- BindIndex
- BindSqlRelation
- BindSqlAdapter
- BindSqlChildSelect
- BindSqlDelete
- BindSqlDynamicOrderBy
- BindSqlDynamicWhere
- BindSqlDynamicWhereParams
- BindSqlInsert
- BindSqlPageSize
- BindSqlParam
- BindSqlSelect
- BindSqlUpdate
- BindSqlType
- BindSqlTransaction