Skip to content

choice of database #45

@fransilva0

Description

@fransilva0

@thiagonobrega,

português:

A escolha do PostgreSQL por mim e @samuelfsd se dá pelo fato do mesmo além de ser open source, ter uma escalabilidade notável podendo lidar com grandes volumes de dados e muitos usuários simultâneos, tornando-o ideal para projetos que exigem alta disponibilidade e desempenho.

Quanto a sua utilização no projeto poderíamos usar o framework de mapeamento objeto-relacional SQL (ORM) de código aberto: SQLAlchemy. Através da extensão do próprio Flask (Flask-SQLAlchemy) a utilização do SQLAlchemy irá contribuir na integração da ORM ao projeto.

inglês:

The choice of PostgreSQL by me and Samuel is due to the fact that it is not only open source but also exhibits remarkable scalability, capable of handling large volumes of data and numerous concurrent users. This makes it ideal for projects that require high availability and performance.

Regarding its use in the project, we could employ the open-source object-relational mapping (ORM) framework: SQLAlchemy. Through Flask's own extension (Flask-SQLAlchemy), the use of SQLAlchemy will contribute to the seamless integration of the ORM into the project.

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions