I want to create a plant database for local plants in my area where I each plant is an object that has fields uses, location, recipes and so on. I want to use Astro for this as there seems to be a good fit for this but I'm still lost on how I should store and manage my data, The site will be statically rendered as it's just a database after all and I don't plan on adding any sign-in or comments functionality etc.
So yeah, I'm essentially looking for a way to manage and store my plant documents/objects.
As for features, pagination and search are all that's needed and I'm thinking that I could do both of those with Astro while the site still remains SSG.
Any help is greatly appreciated and sorry if this isn't structured well. Also thanks for reading.
