How to connect Dart to SQLite? -
my old application used web2py sqlite database. want try porting app dart , again use sqlite database.
i can't find documentation on how use it. found out how use mysql sqljocky.
i've tried read web_sql , indexed_db apis, can't find way connect sqlite. how can use sqlite dart?
as far can tell, dart-sqlite public attempt @ sqlite bindings dart, it's out of date. guess pretty easy update code , up-and-running.
web_sql , indexed_db both use in browser, which, far can tell question, isn't you're looking for.
update: updated dart-sqlite tests pass, @ least on machine. you're venturing uncharted territory if use it, it's start.
Comments
Post a Comment