Create a new document
const projects = adamite().database().collection("projects");const newProject = await projects.create({
name: "Test"
});Last updated
Was this helpful?
const projects = adamite().database().collection("projects");const newProject = await projects.create({
name: "Test"
});Last updated
Was this helpful?
Was this helpful?