How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
Core Data Editor lets you easily view, edit and analyze applications‘ data. Core Data Editor is compatible with Mac and iOS applications and supports XML, SQLite and binary stores, visualizes all relationships and is able to edit the data and generate Objective-C code for the data model.
The main features of christiankienle/core-data-editor are: Databases.
Projects with overlapping indexed features include: 40ants/cl-prevalence — In memory database system for Common Lisp. 40ants/cl-prevalence-multimaster — This system contains an addon which allows to syncronize multiple cl-prevalence systems state. achristmascarl/rainfrog — Rainfrog is a terminal-based database client that connects to multiple database engines, combining schema browsing,… aerospike/aerospike-client-nodejs — Node.js client for the Aerospike database. ak-coram/cl-duckdb — Common Lisp CFFI wrapper around the DuckDB C API. 0b01/tectonicdb — Database for L2 orderbook.
This system contains an addon which allows to syncronize multiple cl-prevalence systems state.
Rainfrog is a terminal-based database client that connects to multiple database engines, combining schema browsing, interactive SQL query execution, and inline data editing into a single terminal interface. It provides a tree navigator for exploring tables, columns, and indexes, and an inline cell editor that automatically constructs and executes the necessary UPDATE statements when a cell value is changed. The application also supports modal Vim-style keyboard shortcuts for cursor movement and editing, making it usable entirely from the keyboard. Query results are fetched in chunks and pagin