public
Description: An iPhone application to query and cache results from the online Lexin Swedish-English dictionary for immigrants
Homepage:
Clone URL: git://github.com/octover/lexikon.git
Click here to lend your support to: lexikon and make a donation at www.pledgie.com !
lexikon / database.sqlite3
100644 2 lines (2 sloc) 3.072 kb
1
2
SQLite format 3@  \\Lqindexword_langwordsCREATE UNIQUE INDEX word_lang ON words(word, lang)TtablewordswordsCREATE TABLE words (word varchar, lang int, translation text)