Sq lite Date base in unity 3d?

Hi All,

I want to do data base operations in unity 3d?

I want to connect sqlite database to my app.
there is a simple app like database that had 15 question and answers. i want to display questions one by one and at finally i want answers to correct. I did that in android eclipse.

Is it possible in unity 3d?

I think i know by using file operations i can. But i want to done sqlite database…

Thanks in advance

shankar

1 Answer

1

Yes.

See this SQLite plugin on the wiki

Thanks Mr DannyB. I will see and i will try that once.