sveltejs / svelte

Cybernetically enhanced web apps
https://svelte.dev
MIT License
78.54k stars 4.12k forks source link

How do I retrieve field values from pocketbase records? #10050

Closed ItsTerm1n4l closed 9 months ago

ItsTerm1n4l commented 9 months ago

Im trying to build a website using pocketbase for the backend and svelte for the frontend JS, I have created records like so; 20231212_17h41m13s_grim and I need to get the value of the name field of all the records in the parts collection and display them in a dropdown box in my site, how do I do this? Thank You.

dominikg commented 9 months ago

please ask questions like this on https://svelte.dev/chat

this issue tracker is for bugs/feature requests only.