ubuntu-touch-coreapps team mailing list archive
-
ubuntu-touch-coreapps team
-
Mailing list archive
-
Message #00351
Re: [RSS Reader] SQL operation code
Hi Gentlemen,
As now no one else will help us to improve the database, we should continue
finishing it.
Next step, I think it is the time to implement all SQL with JS code, then
combine them into "databasemodule.js".
The list below is a simple document about SQL implementation:
1. database initialization
// create table , etc..
2. feed operations
3. article operations
4. tag operations
5. feed_tag operations
6. settings operations
7. test operations (developers only)
// drop table, clear data, etc..
PS: note that no need to consider it too seriously, because we will port
the database to another backend sooner or later. That will be
long-term goal in the future.
Cheers,
Joey
Follow ups
References