Initial development of new SQLite-based database for iOS app.
Adapt existing schema and demo data to the database and implement import. New setup screen design Performance testing - able to import entire demo database in 100ms, and export the ENTIRE database to a sync json in 300ms
Showing
+6338 -6
File moved
File moved
File moved
File moved
MemriDatabase/Assets/demo_database.json
0 → 100644
This diff is collapsed.
MemriDatabase/Assets/schema.json
0 → 100644
This diff is collapsed.
This diff is collapsed.
MemriDatabase/Database/Local/DemoData.swift
0 → 100644
This diff is collapsed.
MemriDatabase/Database/Local/Schema.swift
0 → 100644
This diff is collapsed.
MemriDatabase/Extensions/String.swift
0 → 100644
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment