We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44747bc commit d9b550bCopy full SHA for d9b550b
resources/views/docs/mobile/1/digging-deeper/broadcasting.md
resources/views/docs/mobile/1/digging-deeper/databases.md
@@ -3,14 +3,14 @@ title: Databases
3
order: 200
4
---
5
6
-# Working with Databases
+## Working with Databases
7
8
You'll almost certainly want your application to persist structured data. For this, NativePHP supports
9
[SQLite](https://sqlite.org/), which works on both iOS and Android devices.
10
11
You can interact with SQLite from PHP in whichever way you're used to.
12
13
-### Configuration
+## Configuration
14
15
You do not need to do anything special to configure your application to use SQLite. NativePHP will automatically:
16
- Switch to using SQLite when building your application.
resources/views/docs/mobile/1/digging-deeper/files.md
0 commit comments