Table of Contents

Introduction Installation Projects Tables Inserts Searches Updates Deletes CLI Production Installation Partial Autoscaling Good Practices Conclusion

Conclusion - Flaarum Tutorials

Golang Version

More features can be found in the API documentation. This tutorial is not aimed at explaining all the features of the database.

Python API List

All functions of the flaacl (flaarum client) throws error either of Python or flaa_error
  all_rows_count(table: str) -> int
  count_rows(stmt: str) -> int
  create_or_update_table(stmt: str)
  create_project(proj: str)
  create_table(stmt: str)
  current_table_structure_parsed(table: str) -> object
  current_table_version_num(table: str) -> int
  delete_project(proj: str)
  delete_rows(stmt: str)
  delete_table(table: str)
  insert_row(table: str, data: dict) -> int
  list_projects() -> list
  list_tables() -> list
  ping()
  rename_project(proj: str)
  search(stmt: str) -> List[Dict[str,str]]
  search_for_one(stmt: str) -> Dict[str,str]
  table_structure(table: str) -> str
  table_structure_parsed(table: str) -> object
  update_rows(stmt: str, data: dict)
  update_table_structure(stmt: str)

We hoped you like the database and wish you more comforts.

Thank you.

< Previous