Skip to main content

Questions tagged [replit-database]

The tag has no usage guidance.

replit-database
1 vote
1 answer
114 views

Replit DB is not loading data into variables

i'm using replits database but when i try to load it in it returns an error any ideas? cookie = db[name] cookiepc = db[name + "cookiepc"] increase = db[name + "increase"] the ...
JacobStr's user avatar
0 votes
0 answers
176 views

Replit Python Error "Package Operation Failed"

I installed pysqlite but this error is shown. I also cant delete packages. Even if I use a different package/no packages, this error will be shown. error msg
Niko N.'s user avatar
  • 17
0 votes
1 answer
168 views

No REPLIT_DB_URL environment variable

When I try using the Replit database, I get told "Only absolute URLs are supported". Then I tried finding the REPLIT_DB_URL with 'printenv' in the shell. There was no variable with that name....
pasator man's user avatar
-1 votes
1 answer
175 views

Count time between messages with discord.js and replit database

I've been googling for a long time now and can't find a solution. My current code: let end = new Date().getTime(); if(Msg == "test") { // ... } db.set("start", new Date().getTime(...
Doctor Vaitzman's user avatar
-1 votes
1 answer
62 views

To remove a specific value from a replit database in Python

I am trying to remove a specific value from a "Replit" database and I can't find the correct way. Can somebody just shove my nose in the right direction? user_input = "a" def ...
Wicked's user avatar
  • 1
2 votes
0 answers
153 views

How can I store two values for one key with Replit Database

I'm using CoingGecko API for acquiring info about crypto. I have a function for getting a json from the API of crypto currencies. Then I upload the id of crypto and its current price to a Replit ...
Lukas Juskevicius's user avatar

15 30 50 per page
1
2