Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Datasette plugin for uploading CSV files and converting them to database tables

License

Notifications You must be signed in to change notification settings

datisthq/datasette-upload-csvs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

datasette-upload-csvs

PyPI Changelog Tests License

Datasette plugin for uploading CSV files and converting them to database tables

Installation

datasette install datasette-upload-csvs

Usage

The plugin adds an interface at /-/upload-csvs for uploading a CSV file and using it to create a new database table. The interface provides an option to append rows to an existent table in the database.

By default only the root actor can access the page - so you'll need to run Datasette with the --root option and click on the link shown in the terminal to sign in and access the page.

The upload-csvs permission governs access. You can use permission plugins such as datasette-permissions-sql to grant additional access to the write interface.

About

Datasette plugin for uploading CSV files and converting them to database tables

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 73.0%
  • HTML 27.0%