Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98901383
generate_client_db.sh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Jan 17, 08:33
Size
398 B
Mime Type
text/x-shellscript
Expires
Sun, Jan 19, 08:33 (2 d)
Engine
blob
Format
Raw Data
Handle
23657901
Attached To
R3229 Genome Privacy - SHCS App
generate_client_db.sh
View Options
#!/bin/sh
#
# This script create a database compatible with Android devices
#
# create initial table
sqlite3 android_client.db < create.sql
# populate tables
sqlite3 android_client.db < dump_client/insert_tests.sql
sqlite3 android_client.db < dump_client/insert_clinical_factors.sql
sqlite3 android_client.db < dump_client/insert_m_t.sql
sqlite3 android_client.db < dump_client/insert_cf_t.sql
Event Timeline
Log In to Comment