Skip to content

Frequently Asked Questions for Base

Is Base compatible with files from other SQLite editors?

Most of the time, yes.

Sometimes new features in SQLite are not available in apps using an older version of SQLite. If the other app is using the same or a newer version of SQLite, it'll work fine. If they're using an older version, then there might be some compatibility issues if you are using newer features.

You can read more about this on the SQLite web site.

What version of SQLite does Base use, and what features are enabled?

SQLite uses compile-time options to enable or disable some features. You can see which are used in Base (along with the version of SQLite) by selecting Help ▸ SQLite Compile Options.

Do you offer bulk discounts?

Yes. Email info@menial.co.uk with how many copies you'd like and we'll reply with options.

What does the "Refresh" menu item do?

It forces the UI to reload all visible data. It's handy if another app is working on the same database that you've got open and is making changes at the same time - clicking Database ▸ Refresh will pick up those changes.

What versions of macOS does Base run on?

To begin with, Base supports macOS 15 (Sequoia) or newer. The plan is to support the most recent two versions of macOS , though this might not be possible all the time.

Which features are only available with a Pro unlock?

Currently the Pro-only features are:

  • Table creating & altering
  • Data import
  • Data export
  • Attaching databases
  • Creating/removing indexes
  • Full query results (limited to 5 rows until unlocked)