csvbase
csvbase copied to clipboard
a simple web database
# Brief overview AS A user who wants to change what a row refers to I WANT the edit row page to allow for setting the row id SO THAT...
# Brief overview AS A person trying to find a specific row, who doesn't know the row id I WANT a simple search feature SO THAT I can find the...
# Brief overview AS A user who wants to bulk update a table I WANT some kind of bulk upsert button somewhere SO THAT I can just insert my updated...
I just looked at the blog [here](https://csvbase.com/blog/1) and here is an idea for an R oneliner - using the built in pipe operator `|>` - and base R - to...
# Brief overview AS A data explorer I WANT to be able to sort by any column SO THAT I can look around the dataset # Additional details At least...
# Brief overview AS A user on slow phone/browser I WANT `/favicon.ico` to exist SO THAT I get a favicon sooner while I wait for the higher resolution one #...
# Description NA strings get clobbered on save from web ui # Steps to reproduce 1. Open any row with in text, eg https://csvbase.com/calpaterson/palmer-penguins/rows/4 2. Make no changes 3. Click...
# Brief overview AS A person with a csv file of new data I WANT away to upsert my csv file into an existing table via the web ui SO...
# Brief overview AS A user trying to paste a troublesome csv file I WANT to add an explicit type hint to the column name SO THAT I can bypass...
Upgrading will allow us to do `COPY` operations more efficiently via psycopg3