Are there 开发者_如何学JAVAany command-line tools specifically for SQLite 2.1.You can download a version for 2.8 that will read it from the wayback machine
How can I get metadata / constraints (primary key and \"null allowed\" in particular) for each column in a SQLite v2.8 table using PHP5 (like mysql_fetch_field for MySql)?