[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-80546":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":9,"language":10,"languages":9,"totalLinesOfCode":9,"stars":11,"forks":12,"watchers":13,"openIssues":13,"contributorsCount":14,"subscribersCount":14,"size":14,"stars1d":15,"stars7d":16,"stars30d":17,"stars90d":14,"forks30d":14,"starsTrendScore":18,"compositeScore":19,"rankGlobal":9,"rankLanguage":9,"license":20,"archived":21,"fork":21,"defaultBranch":22,"hasWiki":23,"hasPages":21,"topics":24,"createdAt":9,"pushedAt":9,"updatedAt":25,"readmeContent":26,"aiSummary":27,"trendingCount":14,"starSnapshotCount":14,"syncStatus":28,"lastSyncTime":29,"discoverSource":30},80546,"codd","anil-e\u002Fcodd","anil-e","A native PostgreSQL client for GNOME, built with Rust and GTK4.",null,"Rust",72,4,1,0,5,17,18,15,2.1,"GNU Affero General Public License v3.0",false,"main",true,[],"2026-06-12 02:04:03","# Codd\n\nCodd is a lightweight native PostgreSQL client for GNOME, built with Rust, Relm4, GTK4, libadwaita, GtkSourceView and sqlx. It is named after Edgar F. Codd, the computer scientist who introduced the relational model for database management.\n\n![Codd query editor](images\u002Fscreenshot-query-5.1.png)\n\n[![Get it on Flathub](https:\u002F\u002Fflathub.org\u002Fapi\u002Fbadge?locale=en)](https:\u002F\u002Fflathub.org\u002Fapps\u002Fio.github.anil_e.Codd)\n\nThe app started as a personal-use SQL editor: lightweight, native, focused, and built around clean PostgreSQL query workflows without Electron. It can save multiple PostgreSQL connections, but it is not trying to be a multi-engine database suite. It is still early and many extensions are planned, including richer result handling, editor actions, and more production-quality database tooling.\n\n## Features\n\n- Save and reopen PostgreSQL connections\n- Store connection passwords securely in Keyring\n- Browse tables and views\n- Inspect table structure, including columns, indexes, constraints, foreign keys, and triggers\n- Write SQL with syntax highlighting and line numbers\n- Reuse automatically saved query history per database\n- Browse table rows with pagination, filters, custom SQL filters, and editable cell values\n- Generate common table scripts from the object sidebar\n- Rename, truncate, and delete tables or views from the object sidebar\n\n## Requirements\n\nFedora:\n\n```bash\nsudo dnf install \\\n  rust cargo meson ninja-build pkgconf-pkg-config \\\n  gtk4-devel libadwaita-devel gtksourceview5-devel \\\n  glib2-devel glib2-devel-tools \\\n  desktop-file-utils appstream gettext\n```\n\nArch:\n\n```bash\nsudo pacman -S \\\n  rust cargo meson ninja pkgconf \\\n  gtk4 libadwaita gtksourceview5 \\\n  glib2 desktop-file-utils appstream gettext\n```\n\n## Run\n\n```bash\ncargo run\n```\n\n## Build & Install\n\n```bash\nmeson setup _build\nmeson compile -C _build\nsudo meson install -C _build\n```\n\nAfter installation, launch Codd from your app menu or run `codd`.\n\n## Demo Database\n\nA small PostgreSQL demo database is available in `dev\u002Fdemo_database.sql`.\n\n```bash\npsql -f dev\u002Fdemo_database.sql\n```\n","Codd 是一个专为 GNOME 设计的轻量级原生 PostgreSQL 客户端，使用 Rust 和 GTK4 构建。该项目支持保存和重新打开 PostgreSQL 连接、安全存储连接密码、浏览表和视图、检查表结构以及提供带有语法高亮和行号的 SQL 编辑器等功能。此外，它还允许用户通过分页、过滤器和自定义 SQL 过滤器浏览表格数据，并对单元格值进行编辑。Codd 适合那些需要一个简洁且功能强大的工具来管理和查询 PostgreSQL 数据库的开发者或数据库管理员使用。",2,"2026-06-11 04:01:10","CREATED_QUERY"]