SQLite Frequently Asked Questions
SQLite Frequently Asked Questions
Frequently Asked Questions
- How do I create an AUTOINCREMENT field.
- What datatypes does SQLite support?
- SQLite lets me insert a string into a database column of type integer!
- Why doesn't SQLite allow me to use '0' and '0.0' as the primary key on two different rows of the same table?
- Can multiple applications or multiple instances of the same application access a single database file at the same time?
- Is SQLite threadsafe?
- How do I list all tables/indices contained in an SQLite database
- Are there any known size limits to SQLite databases?
- What is the maximum size of a VARCHAR in SQLite?
- Does SQLite support a BLOB type?
- 登录查看完整内容