機能 #1136
closedMathesar インスタンスを立てる
100%
Description
- Mathesar - Open source UI for Postgres databases | Mathesar
- mathesar-foundation/mathesar: An intuitive spreadsheet-like interface that lets users of all technical skill levels view, edit, query, and collaborate on Postgres data directly. 100% open source and self hosted, with native Postgres access control. · GitHub
NocoDB からの移行先に使えるかもしれない。
NO Updated by nop_thread 2 months ago
- Related to 機能 #668: NocoDB サーバを立てる added
NO Updated by nop_thread 2 months ago
- Related to 機能 #1135: 蔵書管理方式の検討 added
NO Updated by nop_thread 2 months ago
- Description updated (diff)
NO Updated by nop_thread 2 months ago
File storage backends - Mathesar Documentation
Mathesar’s file data type requires you to configure an object storage backend — either an S3-compatible service or Azure Blob Storage. File storage allows users to upload, preview, and download files directly within Mathesar.
画像ファイルとかを扱いたい場合は S3 互換なストレージサーバとかも欲しいかもしれない。
NO Updated by nop_thread 2 months ago
- Related to 機能 #1137: chuable 向けの S3 互換オブジェクトストレージサーバを立てる added
NO Updated by nop_thread 2 months ago
- Assignee set to nop_thread
NO Updated by nop_thread 2 months ago
- 前回確認日 set to 07/14/2026
NO Updated by nop_thread 2 months ago
- Status changed from 新規 to 進行中
- Start date set to 07/14/2026
- pinned changed from No to Yes
立てた。
使い物になるかはこれから確認する。
NO Updated by nop_thread 2 months ago
- Related to バグ #529: [Redmine] 設備・備品管理の方法を再検討 (2024-10) added
NO Updated by nop_thread 2 months ago
- Related to 機能 #62: ポスターとタペストリーのカタログ管理 added
NO Updated by nop_thread 2 months ago
- Status changed from 進行中 to 終了
- % Done changed from 0 to 100
- pinned changed from Yes to No
- 前回確認日 changed from 07/14/2026 to 07/15/2026
nop_thread さんは #note-8 で書きました:
使い物になるかはこれから確認する。
非常に使いやすい。
たとえば foreign key で参照しているカラムの編集で、参照先レコードを再帰的なダイアログで新規作成して必要なレコードを作ったら戻ってくる、といった画面遷移の抑制された web UI が整備されている。
foreign key のカラムにどう表示されるかについても (foreign key を辿った先のレコードの値まで使って) カスタマイズでき、 primary key の整数だけを提示されて途方に暮れることもないし、これが閲覧画面でも新規作成画面でも一貫して適用されるので抜かりない。
(SQLiteStudio だったか何かはこれができず、正規化したデータベースでの編集がやりづらくて仕方なかった。)
好き勝手 JOIN したカスタムビューから新規作成をできるほど無法でもないが、 RDBMS を使ってやりたいことは概ね不自由なくやらせてくれる、という大変便利なサーバアプリである。