Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crear clase de Base de Datos #9

Closed
victormachadoperez opened this issue May 3, 2022 · 1 comment
Closed

Crear clase de Base de Datos #9

victormachadoperez opened this issue May 3, 2022 · 1 comment
Assignees

Comments

@victormachadoperez
Copy link
Collaborator

Crear/pensar la clase DB para que luego sea más facil la integración con mySQL y MongoDB.

Pensar los metodos que tiene que tener esta clase.

@victormachadoperez victormachadoperez changed the title Crear esquema de Base de Datos Crear clase de Base de Datos May 3, 2022
@victormachadoperez
Copy link
Collaborator Author

victormachadoperez commented May 3, 2022

{ tareas: [ { id: "1", titulo: "", estado: "", fecha_creacion: "", fecha_inicio: "", fecha_fin: "", usuario: "" }, { id: "2", titulo: "", estado: "", fecha_creacion: "", fecha_inicio: "", fecha_fin: "", usuario: "" }, ], usuarios: ["Luis", "Clare", "Victor"], }

@qfluis qfluis self-assigned this May 4, 2022
@qfluis qfluis closed this as completed May 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants