sqlx 0.3.5

🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
SQLite format 3@  .(i
�@�@��++�#tableaccounts_dg_tmpaccounts_dg_tmpCREATE TABLE accounts_dg_tmp
(
	id INTEGER not null
		primary key autoincrement,�{''�5viewaccounts_viewaccountsW''sviewaccounts_viewaccounts_viewCREATE VIEW accounts_view as select * from accountsP++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)/�wtableaccountsaccountsC�q+�c�tableaccountsaccountsCREATE TABLE "accounts"
(
	id INTEGER not null
		primary key autoincrement,
	created_at TIMESTAMP default CURRENT_TIMESTAMP not null,
	name VARCHAR(255) not null,
	is_active BOOLEAN,
	score DOUBLE
)�'3)2020-03-18 04:32:15Herp Derpinson
���!	accounts_dg_tmp	accounts
��'3)2020-03-18 04:32:15Herp Derpinson