How do I import the database from Replit with "Import" in javascript?

55 Views Asked by At

Id like to use import to import the database. Is this possible?

import Database from "@replit/database"

This doesn't work

I tried that without "@" and with other variations, but with no success

0

There are 0 best solutions below