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
Copy file name to clipboardExpand all lines: user-guide/usecases/brandenberg-sqlite/usecase.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -124,18 +124,18 @@ A **flat file database** stores data in a single, self-contained file without th
124
124
**What is SQLite?**
125
125
SQLite is a lightweight relational database that stores everything in a single file. Unlike server-based databases, SQLite requires no installation, configuration, or maintenance. It's like having a powerful database engine built right into your data file.
126
126
127
-
🔑 **Key Characteristics of SQLite**
127
+
**Key Characteristics of SQLite**
128
128
129
-
1.**🗃️ Self-Contained**: Complete database in a single file
130
-
2.**🚀 Serverless**: No installation, configuration, or administration needed
131
-
3.**🌍 Cross-Platform**: Works on Windows, Mac, Linux
132
-
4.**⚡ Fast**: Optimized for read operations and small to medium datasets
@@ -395,4 +395,4 @@ This notebook contains practical examples of SQLite database operations for NHER
395
395
5. Import/export workflows for sharing research data
396
396
6. Quality control and validation procedures
397
397
398
-
Try the SQLite example on Jupyter: [](https://jupyter.designsafe-ci.org/hub/user-redirect/lab/tree/CommunityData/Use%20Case%20Products/SQLite/SQLiteExample.ipynb)
398
+
Try the SQLite example on Jupyter: [](https://jupyter.designsafe-ci.org/hub/user-redirect/lab/tree/CommunityData/Use%20Case%20Products/SQLite/SQLiteExample.ipynb)
0 commit comments