Skip to content

Datasette Desktop 0.1.0

Compare
Choose a tag to compare
@simonw simonw released this 08 Sep 02:40
· 79 commits to main since this release
a862d74

Initial release. This should be considered beta software - it may well contain bugs, and I would love to hear about any that you come across.

  • Install this macOS package to get a Datasette application which you can launch from an icon
  • Includes full copy of Python which stays separate from any other Python versions you may have installed
  • Installs the latest Datasette release the first time it runs
  • The application can open existing SQLite database files or read CSV files into an in-memory database
  • It can also create a new, empty SQLite database file and create tables in that database by importing CSV data
  • By default the server only accepts connections from your computer, but you can use "File -> Access Control -> Anyone on my networks" to make it visible to other computers on your network (or devices on your Tailscale network).
  • Datasette plugins can be installed using the "Install Plugin" menu item

Please add feedback and suggestions to this discussion thread.