Example database
@@ -384,7 +385,13 @@ Contents
Creating a SQLite database
2024 NHERI Computational Academy
Scott J. Brandenberg sjbrandenberg@g.ucla.edu
-
+
+Jupyter Notebooks
+Complete Notebook
+
+Template
+
+
About SQLite
This script will create a SQLite database, which is a lightweight file-based SQL database engine. It comes installed with Python, so you don’t need to install any special packages or set up a SQL server on your computer to use it. Details can be found here: https://www.sqlite.org/. There are, of course, other relational database management systems, like MySQL, Postgres, etc. However, to use these database engines, you either need to set up those databases on a server, or use software to make your computer simulate a server (e.g., XAMPP). So we’ll use SQLite here.
@@ -932,6 +939,7 @@ Motions table