You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3. Para saber cómo trabajar con SQLite, ver documentación:
44
+
```
45
+
https://www.sqlitetutorial.net/sqlite-max/
46
+
```
37
47
38
48
## Uso ⚙️
39
49
@@ -43,19 +53,23 @@ Para ejecutar los archivos solo debes seguir estos pasos:
43
53
44
54
2. 📟 Abrir tu cmd en Windows.
45
55
46
-
3. 📁 Ubicarte en la carpeta SQLiteJS y poner node nombre-del-programa.js .
56
+
3. 📁 Ubicarte en la carpeta SQLiteJS y poner node nombre-del-programa.js.
57
+
58
+
<br>
47
59
48
60
## Licencia 📜
49
61
50
62
Este proyecto está licenciado bajo la Licencia 📜 <a href="https://www.gnu.org/licenses/gpl-3.0.en.html" target="_blank">GPLv3 (GNU General Public License V3.0)</a>.
0 commit comments