There are some databases that have entries with a long text description. Putting a snippet of that up front would make that clearer. Also, a single-column layout would look more like a blog.
Compare with an archive page on Substack.
21–30 of 38 posts
There are some databases that have entries with a long text description. Putting a snippet of that up front would make that clearer. Also, a single-column layout would look more like a blog.
Compare with an archive page on Substack.
On HN months ago, I made a list [1] on publishing small databases, and I remember that I could not find a good service under "List sharing" (maybe one). Yours fills that slot perfectly. I have some suggestions: For initiating the DB, offering import (csv/sheets...) would help creators jump in. Then, for collaboration, you could offer the option to add without any account at all (just send the "under review" form to t…
I remember that post! I had commented on it, back when this project was still very early and using a different name. I agree with all your suggestions, and we've considered most of them. Importing CSVs presents some challenges, particularly with trying to infer the type and valid values of each column.
Not sure if viable, but I would much rather prefer a kind of donation system with some kickback to valued collaborations.
Earlier quoted context omitted.
ah i meant to ask how it was designed in the backend
I won't get too deep into our architecture, but needless to say letting users dynamically edit/add/remove fields in their databases is not easy. We use Postgres + Prisma as our ORM, and I'm fairly happy with its DX re: handling this level of complexity
For the search criteria filters, are you using a library or did you make that yourself?
The closest thing I can think of is
The website looks really good! For the search criteria filters, are you using a library or did you make that yourself? The closest thing I can think of is https://react-select.com/home
Finally, a good source of penguin repellent. Now I can get rid of the penguins in my basement and get my herring back! [*] https://www.sortabase.com/PenguinRepellent
Looks super cool. I am working on something similar.
We're doing something a bit similar at DoltHub, where databases are managed with a GitHub like workflow, and where you get the pros and cons of that kind of system. Our hospital price database (work ongoing daily) is community built: https://www.dolthub.com/repositories/dolthub/transparency-in... (context: https://docs.google.com/document/d/1NifwgKHBCeF35ZRZsfpgg4bE... )