Base 2
詳細情報
| タイトル | Base 2 |
|---|---|
| URL | https://menial.co.uk/base/ |
| バージョン | ver 3.3.0 |
| 更新日 | 2026/03/09 |
| 追加日 | 2016/04/26 |
| 種別 | シェアウェア(2500円) |
| 説明 | SQLite3データベースを作成、編集、閲覧することができるデータベース管理アプリ。 |
レビュー
概要
Base(Base 2)は、macOS向けに開発されたSQLite3データベース管理アプリケーションです。イギリスのソフトウェア開発者 Ben Barnett(Menial)によって開発され、SQLiteデータベースをネイティブなMac UIで直感的に操作できることを目的としています。バージョン3では大幅なリニューアルが行われ、Quick LookプレビューやFinderとの連携機能が追加されました。開発者・デザイナー向けに設計されており、SQLの知識が少ないユーザーでも扱いやすいスプレッドシート風のインターフェースが特徴です。
主要な特徴・機能
- 直感的なデータベース作成: SQLite3データベースを即座に作成・管理できる
- スプレッドシート風インターフェース: テーブルデータをわかりやすく表示・編集
- テーブル設計ツール: CREATE TABLE文を書かずにカラムの追加・編集・削除が可能
- 制約の編集: デフォルト値、外部キー制約など、カラム・テーブルレベルの制約をGUIで管理
- 高速フィルタリング: Spotlight風のインターフェースで即座にデータを絞り込み
- SQL自動補完: クエリ入力時の補完機能でSQL記述をサポート
- インポート/エクスポート: CSV・ダンプファイルのインポート、SQL・XML・Excel形式へのエクスポート
- Quick Lookサポート: Finderからテーブル・ビュー・トリガー・インデックスをプレビュー可能
対象ユーザー
- SQLiteデータベースを扱うmacOSユーザー全般
- 専用GUIでデータベースを管理したい開発者
- SQLの記述に不慣れなデザイナーや非エンジニア
- 軽量なデータベースエディタを求めるパワーユーザー
ライセンス情報
シェアウェア(有料)。Mac App StoreおよびSetappサブスクリプションサービス経由で入手可能。macOS 15.0以降に対応。
スクリーンショット
更新グラフ
バージョン履歴
Base 3.3.0 Released
March 8, 2026
Base 3.3 is now available for download.
Base now provides Quick Look previews for SQLite databases. When you’ve got a database selected in
the Finder, pressing the spacebar will show a list of tables, views, triggers and indexes in
that file.
Read More
© 2026 Menial Ltd.
March 8, 2026
Base 3.3 is now available for download.
Base now provides Quick Look previews for SQLite databases. When you’ve got a database selected in
the Finder, pressing the spacebar will show a list of tables, views, triggers and indexes in
that file.
Read More
© 2026 Menial Ltd.
Base 3.2.0 Released
December 1, 2025
Base 3.2 is now available for download.
This update contains mostly quality-of-life improvements, with improvements to the table schema
editor, data browsing table and SQL autocompletion.
Read More
SQLite Dates
November 17, 2025
SQLite columns are flexibly-typed, you can put broadly anything in any column regardless of the
declared type of that column. There also isn’t a specific type for dates or times. This means that
when it comes to storing dates or times, we’ve got choices to make. I’ll go through the main options
in this post.
Read More
Rowids and Primary Keys
October 20, 2025
SQLite has the concept of a rowid. A special column with a unique integer identifier for each row.
It’s present in most tables, but generally hidden from view. This post gives an overview of how
rowids work and their relationship with primary keys.
Read More
December 1, 2025
Base 3.2 is now available for download.
This update contains mostly quality-of-life improvements, with improvements to the table schema
editor, data browsing table and SQL autocompletion.
Read More
SQLite Dates
November 17, 2025
SQLite columns are flexibly-typed, you can put broadly anything in any column regardless of the
declared type of that column. There also isn’t a specific type for dates or times. This means that
when it comes to storing dates or times, we’ve got choices to make. I’ll go through the main options
in this post.
Read More
Rowids and Primary Keys
October 20, 2025
SQLite has the concept of a rowid. A special column with a unique integer identifier for each row.
It’s present in most tables, but generally hidden from view. This post gives an overview of how
rowids work and their relationship with primary keys.
Read More
Base 3.1.0 Released
October 6, 2025
Base 3.1.0 is now available for download.
This update adopts the new Liquid Glass look on macOS 26 and contains a good selection of
quality-of-life improvements to make using Base even nicer.
Read More
Retrospective on making Base 3
September 29, 2025
The first version of Base was released in late 2008. It grew into a v2 by early 2011 and kept going
until the last feature release in 2020 (with a few bugfix releases after).
On the 4th July 2020, I started a new branch for Base v3.
Read More
October 6, 2025
Base 3.1.0 is now available for download.
This update adopts the new Liquid Glass look on macOS 26 and contains a good selection of
quality-of-life improvements to make using Base even nicer.
Read More
Retrospective on making Base 3
September 29, 2025
The first version of Base was released in late 2008. It grew into a v2 by early 2011 and kept going
until the last feature release in 2020 (with a few bugfix releases after).
On the 4th July 2020, I started a new branch for Base v3.
Read More
Base 3.0.2 Released
August 31, 2025
Base 3.0.2 is now available for download.
This is a bug-fixing release, containing the following changes:
Read More
August 31, 2025
Base 3.0.2 is now available for download.
This is a bug-fixing release, containing the following changes:
Read More
Base
Blog
Contact
Base 3.0 Released
August 16, 2025
I'm incredibly happy to announce that Base 3.0 is now available for download.
The app has had a major overhaul to all areas while keeping a familiar UI.
Base 3 is faster, more capable and even nicer to use.
Read More
Base 2.5 Released
April 2, 2020
After a bit of a gap, I’m pleased to say a new update to Base is available to download.
Read More
Base 2.4.11 Released
March 21, 2017
Base 2.4.11 is now available to download for direct sale, Setapp and Mac App Store users.
Read More
Base on Setapp
January 25, 2017
(省略されました)
Blog
Contact
Base 3.0 Released
August 16, 2025
I'm incredibly happy to announce that Base 3.0 is now available for download.
The app has had a major overhaul to all areas while keeping a familiar UI.
Base 3 is faster, more capable and even nicer to use.
Read More
Base 2.5 Released
April 2, 2020
After a bit of a gap, I’m pleased to say a new update to Base is available to download.
Read More
Base 2.4.11 Released
March 21, 2017
Base 2.4.11 is now available to download for direct sale, Setapp and Mac App Store users.
Read More
Base on Setapp
January 25, 2017
(省略されました)
Apps
Blog
Support
Contact
Base 2.5 Released
April 2, 2020
Filed under:
Base
Releases
After a bit of a gap, I’m pleased to say a new update to Base is available to download.
The highlights include:
Modernising the UI a bit to bring it more in line with recent versions of macOS.
It looks familiar, but feels less old fashioned.
Adding syntax highlighting themes. You can now have different text colours for light & dark modes which switch automatically.
Adding support for macOS Dark Mode throughout the app. No more eye glare!
All versions of Base now require macOS 10.14 (Mojave) and have enabled sandboxing
There’s other minor bugfixes in there too which sort out some UI glitches and misplaced buttons.
You can buy or download a trial version from the homepage. You can also buy Base from the Mac App Store or download from Setapp
Filed under:
(省略されました)
Blog
Support
Contact
Base 2.5 Released
April 2, 2020
Filed under:
Base
Releases
After a bit of a gap, I’m pleased to say a new update to Base is available to download.
The highlights include:
Modernising the UI a bit to bring it more in line with recent versions of macOS.
It looks familiar, but feels less old fashioned.
Adding syntax highlighting themes. You can now have different text colours for light & dark modes which switch automatically.
Adding support for macOS Dark Mode throughout the app. No more eye glare!
All versions of Base now require macOS 10.14 (Mojave) and have enabled sandboxing
There’s other minor bugfixes in there too which sort out some UI glitches and misplaced buttons.
You can buy or download a trial version from the homepage. You can also buy Base from the Mac App Store or download from Setapp
Filed under:
(省略されました)
Base 2.4.11 Released
March 21, 2017
Base 2.4.11 is now available to download for direct sale, Setapp and Mac App Store users.
This update fixes a bug causing Base to sometimes crash when re-opening a database on launch. It also updates to SQLite version 3.17.0.
Base 2.4.11 can be downloaded from the product page, Setapp or the Mac App Store.
As always, release notes are available and if you’ve found a bug or have a question, please do get in touch.
Base on Setapp
January 25, 2017
Base is now available on Setapp, a new service from MacPaw which gives you access to more than 50 great apps for $9.99 per month, with a month’s free trial to start.
When you subscribe to Setapp, you have unlimited access to a curated library of useful apps. There are no upgrade fees, no ads, and no in-app purchases. One fixed fee gets you all of it.
Go ahead and try Setapp. I think you’ll like it.
InkStamp - A rubber stamp sticker pack for iMessage
September 13, 2016
InkStamp
Releases
I’ve made something small and fun. A rubber stamp sticker pack for iOS 10!
It’s a collection of iMessage stickers in the style of rubber stamps. There are stamps for likes and dislikes,
reactions, star ratings, and a bunch of other odds and ends.
Here’s a couple of images showing them in use:
(省略されました)
March 21, 2017
Base 2.4.11 is now available to download for direct sale, Setapp and Mac App Store users.
This update fixes a bug causing Base to sometimes crash when re-opening a database on launch. It also updates to SQLite version 3.17.0.
Base 2.4.11 can be downloaded from the product page, Setapp or the Mac App Store.
As always, release notes are available and if you’ve found a bug or have a question, please do get in touch.
Base on Setapp
January 25, 2017
Base is now available on Setapp, a new service from MacPaw which gives you access to more than 50 great apps for $9.99 per month, with a month’s free trial to start.
When you subscribe to Setapp, you have unlimited access to a curated library of useful apps. There are no upgrade fees, no ads, and no in-app purchases. One fixed fee gets you all of it.
Go ahead and try Setapp. I think you’ll like it.
InkStamp - A rubber stamp sticker pack for iMessage
September 13, 2016
InkStamp
Releases
I’ve made something small and fun. A rubber stamp sticker pack for iOS 10!
It’s a collection of iMessage stickers in the style of rubber stamps. There are stamps for likes and dislikes,
reactions, star ratings, and a bunch of other odds and ends.
Here’s a couple of images showing them in use:
(省略されました)
差分がありません


