Team:SUSTC-Shenzhen-A/Biosearch Tool1

From 2012.igem.org

Revision as of 12:30, 22 September 2012 by Pd (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

SQLite

  The Main work to deal with first is the database . We get nothing but a file with the format of ‘xml’. It may be very easy work for someone who is professional . But for a beginner like me, the only thing I can do is Google , Google and Google... Fortunately, eventually I finished it.

  

  Core Data is a very useful part of iOS developing . The built-in Sqlite function is the one with which I can set up a built-in database.

  

  the next thing we should overcome is transfer xml to Sqlite. Thankfully there is NSXmlParser Method with which we can finish this work.

  

  why we choose sqlite?

  

  because it provide the function we needed . Network independent, very efficient , and it can store what you search in cache therefore you can get the same search result faster next time.

  

Author: Deng Pan

Footbar.jpg