Skip to content

Commit 9f23e22

Browse files
committed
format section intro
emphasized section intro in README
1 parent 70f3eea commit 9f23e22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jSQL is a state and data management tool as well as a robust SQL engine for both
99

1010
![jSQL Layers](https://i.imgur.com/WKEmFdB.jpg)
1111

12-
Under the hood, jSQL has 3 layers:
12+
# Under the hood, jSQL has 3 layers...
1313

1414
- **At the Lowest level**, jSQL automatically chooses the best method of storage to save state and interacts directly with it. This layer exposes a persistence method, [`jSQL.commit()`](https://github.com/Pamblam/jSQL/wiki/Persistence-Management#jsqlcommit), which is called to serialize and store all data currently in the jSQL database on the user's hard drive. While the app is open and loaded in the browser, this data is serialized and stored within reach in the [`jSQL.tables`](https://github.com/Pamblam/jSQL/wiki/Persistence-Management#jsqltables) object where the library is able to perform operations on it.
1515

0 commit comments

Comments
 (0)