1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
SQLite format 3 @ 3 3 .?�
� A �q�A
�
��A P ++Ytablesqlite_sequencesqlite_sequence CREATE TABLE sqlite_sequence(name,seq)� �++�#tableaccounts_dg_tmpaccounts_dg_tmpCREATE TABLE accounts_dg_tmp
(
id integer
cons�++�etableaccounts_dg_tmpaccounts_dg_tmpCREATE TABLE accounts_dg_tmp
(
id integer not null
primary key,
name text not null,
is_active boolean
)W''sviewaccounts_viewaccounts_viewCREATE VIEW accounts_view as select * from accounts�
�etableaccountsaccountsCREATE TABLE accounts (
id integer not null primary key,
name text not null,
is_active boolean
)k!!�!table_sqlx_test_sqlx_testCREATE TABLE _sqlx_test (
id INT PRIMARY KEY,
text TEXT NOT NULL
)3G! indexsqlite_autoindex__sqlx_test_1_sqlx_test�7�MtabletweettweetCREATE TABLE tweet
(
id BIGINT NOT NULL PRIMARY KEY,
text TEXT NOT NULL,
is_sent BOOLEAN NOT NULL DEFAULT TRUE,
owner_id BIGINT
))= indexsqlite_autoindex_tweet_1tweet
� � 7 #sqlx is pretty cool!
� �
j"