Learning add on sdk...standalone application

Hi!!

I am learning add-on sdk for firefox extensions and i want to develop some application standalone; this application will access at one database in sqlite; my question is:

is It advisable to use add-on SDK for develop this application?

thanks in advance

sorry for my englis!!

Really i want to know your opinion about to use “add on sdk” for develop an standalone application. I see the following benefits:

  • I am a web developer therefore the interface is easy for me
  • to migrate the application for the web is easy!!!
  • It facilitates porting the application to any device that runs mozilla (cellphone, tablets…)

what do you thing? …Is the above correct?

thanks in advance

I’m thinking of an application that makes inserts and deletes to a database (sqlite)

What do you mean stand alone application? Do you mean the addon will just be like a page? So in order to use your addon the user has to open u a tab?