i am writing in typescript, i am trying this in member model: mail: { type: String, unique: true, nullable: true, default: null, }
async def get_post_from_channel(channel, dateframe): try: my_channel = await client.get_entity(channel) except (ValueError, telethon.errors.r
Switching to MongoDB from Postgres, the question arose of how best to organize the relationship between collections. Does this annotation @DocumentReference sup
I'm writing a restaurant management program written by javafx, the program works, there's no error at the console screen, but when I open the adminAccess.fxml f
I am attempting to get all <ref type="biblical"/> in TEI-XML that looks more or less like this (header from project, one specific paragraph with a <ref
<Layout xmlns="http://soap.sforce.com/2006/04/metadata"> <excludeButtons>Submit</excludeButtons> <layoutSections> <cu
I have a query that would be fairly simple using SQL databases. However, in MongoDB, I'm not sure on how to do it. I am building a notification system. I have a
Im using firebase auth for my flutter app, and I want to implement forgot password inside of the app, and not in web form. Is that possible? Currently the email