Skip to main content

Questions tagged [replit-database]

The tag has no usage guidance.

replit-database
0 votes
0 answers
11 views

REplit + Node JS - How to override local file JSON data

My code snippet works with node js but my actual file “LOCAL_JSON_FILE_PATH” does not update with the new data. I want to remove old data from the file and import new data at set times. My code works ...
Houghtonator's user avatar
0 votes
0 answers
11 views

In Replit i am not getting any out put or blurr output

enter image description hereI am doing 100 days of code project. So i am using rep-lit to store my code.When i run my code it is showing blur(i have attached the image also). I see this blur on output ...
Ajay Tomar's user avatar
0 votes
1 answer
65 views

I'm trying to export all the data from my replit db

I'm currently trying to move a tonne of data out of replit db by converting it into CSV using pandas Is it to do with how the data is stored into the db? Is it a mistake to treat the db like a ...
777YangSter777's user avatar
0 votes
1 answer
185 views

I am getting an error for importing replit

--> poetry add replit Using version ^3.3.2 for replit Updating dependencies Resolving dependencies... Because no versions of replit match >3.3.2,<4.0.0 and replit (3.3.2) depends on Flask (...
Coder Divyanshu's user avatar
0 votes
0 answers
15 views

How to save a variable to a database in three.js

I have made a simple game in three.js and want to be able to save a high score to a database, but anytime I try to use a database module, more specifically, the replit database, all of the three.js ...
Mason Walker's user avatar
0 votes
0 answers
14 views

Any way to get the text value of a key that's stored in the database? (replit node.js)

I kept trying to find a solution but couldn't find it anywhere, I'm using this for my discord bot and I want it to send the text value of a stored key in the database as a text message to discord. How ...
DarkBlox's user avatar
0 votes
1 answer
89 views

how to initialize @replit/database out side of node.js

here is my file: const express = require('express'); const path = require('path'); const app = express(); app.get('/', (req, res) => { res.sendFile(path.join(__dirname, 'Basic-signupsignin-setup', ...
Louis Goldean's user avatar
0 votes
0 answers
13 views

Why am I getting a "cannot set property of undefined" when writing to an array generated by a replit.db call? [duplicate]

This was marked duplicate for some reason. I didn't even know what the thing in the other post was called. So, my problem is that this replitdb call below (not sure if thats what it's called) somehow ...
TheComputerWizard's user avatar
0 votes
0 answers
52 views

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

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 ...
Venixi's user avatar
  • 1
0 votes
1 answer
537 views

discord.ext.commands.bot Ignoring exception in command note

I am trying to make a discord bot in python with a note command where te user can make a note. The note gets saved using the database from replit. Imports, commands, prefix ect, ect (Prefix = !) @bot....
Marijn Klasens's user avatar
0 votes
0 answers
45 views

@replit/database db.get returning [object Object] on json

I'm trying to use @replit/database for my backend, couldn't get it to display anything other than [object Object] This is the code that I have const Database = require("@replit/database") ...
thisistrueuser's user avatar
-1 votes
1 answer
106 views

how to get raw data for a nested key in my replit database python

In the python code below, I am getting the raw data for the key "users" in my database. However I need the raw data only for the key "shares" inside of "users". How would ...
Dylan Gow's user avatar
0 votes
1 answer
437 views

Import sklearn doesn’t exist on my replit

For some odd reason when I do “import sklearn” it says ModuleNotFound or something like that. Can anyone please help? I tried going online and using bash to fix it but still didn’t work.
Anon's user avatar
  • 11
0 votes
2 answers
211 views

How do you get more storage in the Replit Database (@replit/database)?

I am distributing a product based on Replit and it’s already out of storage. I’ve seen that the Replit hacker plan can add more local storage, but I can’t find anything regarding the database. Is ...
Odiend1's user avatar
0 votes
0 answers
52 views

Why am I not able to put an object into a list?

I'm using replit for my programming here, and am trying to put an object into a list. When I try and make a new game to update my data to the default data, it tells me ValueError: Circular reference ...
TextBasedYoutube's user avatar

15 30 50 per page