Skip to content

Commit d9b550b

Browse files
committed
Updates
1 parent 44747bc commit d9b550b

File tree

3 files changed

+2
-14
lines changed

3 files changed

+2
-14
lines changed

resources/views/docs/mobile/1/digging-deeper/broadcasting.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

resources/views/docs/mobile/1/digging-deeper/databases.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ title: Databases
33
order: 200
44
---
55

6-
# Working with Databases
6+
## Working with Databases
77

88
You'll almost certainly want your application to persist structured data. For this, NativePHP supports
99
[SQLite](https://sqlite.org/), which works on both iOS and Android devices.
1010

1111
You can interact with SQLite from PHP in whichever way you're used to.
1212

13-
### Configuration
13+
## Configuration
1414

1515
You do not need to do anything special to configure your application to use SQLite. NativePHP will automatically:
1616
- Switch to using SQLite when building your application.

resources/views/docs/mobile/1/digging-deeper/files.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)