Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

Add section on connecting to databases/datastores #383

Closed
kitsonk opened this issue Aug 18, 2022 · 2 comments
Closed

Add section on connecting to databases/datastores #383

kitsonk opened this issue Aug 18, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@kitsonk
Copy link
Contributor

kitsonk commented Aug 18, 2022

The top most searched for terms in the manual are all related to connecting to databases/datastores and we really lack this type of coverage in the manual. We should have a section dedicated this and ensure we provide details on use cases for the following:

  • Indicate that localStorage exists by default in Deno
  • Cover off these searched for persistence layers (in descending order of popularity over the last 30 days)
    • supabase
    • postgres
    • sqlite
    • mongo
    • mysql
    • firebase
@kitsonk kitsonk added the enhancement New feature or request label Aug 18, 2022
@erfanium
Copy link

erfanium commented Aug 23, 2022

Deno team doesn't have a clear solution for drivers. we have some native drivers created by denodrivers team which are not good for now. on the other side, The Deno team wants official node drivers to be worked on Deno (ref: denoland/deno#12577).

I think first we should make a decision here. made good Deno native drivers from zero OR use node drivers via std/node?

@kitsonk kitsonk self-assigned this Aug 23, 2022
@rahulvarshney
Copy link

A real simple "Hello World" example for Supabase would be nice, showing how to get a single value from supabase and how to print that value to index.tsx

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants