Here is an alternative schema provider for sqlite3 database.
Actually it is a corrected and enhanced version of the Apocryph one (http://apocryph.org/a_sqlite_schema_provider_for_codesmith), which use the very good sqlite ADO.net wrapper of http://sqlite.phxsoftware.com/.
What I've modified is :
- support of correct Native Types
- addition of the CS_Identity extended property.
ps: I use this provider along with .netTiers to generate a fully fonctionnal entities/dal layers. more on that on the .netTiers forums in few days.