/sql_lab1

Primary LanguageTypeScript

SQL LAB 1. LAB DE SQL

Objetivos

  1. Practicar la SQL basico

Requerimientos.

  1. Fork este repositorio
  2. Clone este repositorio

Tareas a realizar

  1. Si no esta instalado bun, seguir instrucciones https://bun.sh/docs/installation
  2. Instalar dependencias
bun install
  1. Hacer bun test
bun run test --watch
  1. La tarea estara acabada cuando todos los test esten pasados.