csvbase icon indicating copy to clipboard operation
csvbase copied to clipboard

a simple web database

Results 63 csvbase issues
Sort by recently updated
recently updated
newest added

# 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...

enhancement

# 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...

enhancement

# 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...

enhancement

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...

enhancement

# 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...

enhancement

# 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 #...

enhancement

# 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...

bug

# 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...

enhancement

# 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...

enhancement

Upgrading will allow us to do `COPY` operations more efficiently via psycopg3