Search
⌃K

Database

In this section you will find our database, our back-end solution made for everyone and usable outside of Teta itself.
We are working hard to make back-end integration easier for Flutter.

Creating Collections

Here are the steps to create a collection:
  • Click the Database icon from the Dashboard menu or the Navigation menu within the App Builder(left side of the screen).
  • Click on the New Collection button.
  • A popup will appear, enter the collection name and click Confirm Button.

Creating Documents

A document represents a single item or entity such as a user, post, animal, etc. To add data inside the document, you must define the document schema by creating Fields.
To create the document:
  • Click the Database icon from the Dashboard menu or the Navigation menu within the App Builder(left side of the screen).
  • Select your newly created collection from the list on the left side.
  • Click on the + New Document.
  • Insert document name.
  • Click the + Add field button.
  • In the key box, enter the name of the field (for example, title, description, date, etc.) and enter the value.
  • Click Confirm Button.

How to publish a document

  • Select your document.
  • A popup will appear with the document information, click the Public button.

Duplicate a Document from your collection

  • Select the Duplicate icon next to the name of the document you want to copy.

Delete a Document from your collection

  • Select the icon next to the name of the page you want to delete.
Last modified 9mo ago