I think the answer depends on the poster's actual experience with SQLite. There are plenty of people that use SQLite without any kind of programming tool (think SQLiteExplorer), so for them it's a database. There are plenty of people who have used SQLite as a simple data store for PHP apps, and for them I'd argue that it's a database. And then there are some people who have written wrappers on top of SQLite, coded directly against the C API, have written virtual table handlers, etc. and for those people I think it's a programming tool.
So, I think the real question is, what have you done with SQLite? :) On Thu, Feb 5, 2009 at 2:00 PM, Simon <[email protected]> wrote: > On a resume, i would rather mention the programing skills (ie. > languages) and then database skills (ie. SQL). Mention in the > database part that you have experience with different database systems > like MySQL, MSSQL, SQLite... and in another section, you can mention > that you made a project that combined programming skills and database > using SQLite... > > Happy job seeking and good luck! =D > > On Thu, Feb 5, 2009 at 10:07 AM, Jonas Sandman <[email protected]> > wrote: >> I'd think it's more a programming skill if you can "use SQLite". You >> need some basic knowledge of SQL though which I guess would be >> considered "a database skill". But that's just imho... >> >> On Thu, Feb 5, 2009 at 3:48 PM, Mihai Limbasan <[email protected]> wrote: >>> Oh, I understand now. Probably in the Database section. >>> >>> vade wrote: >>>> Hello >>>> >>>> Thank you Mihai Limbasan. >>>> For your clarification, Now I'm Preparing my Profile(cv or resume). I just >>>> want to know where to show this sqlite3 skill. >>>> whether in Programing skill section or database skill section or web >>>> technology skill section. >>>> >>>> thank you >>>> >>>> >>>> Mihai Limbasan wrote: >>>> >>>>> vade wrote: >>>>> >>>>>> is sqlite3 is web skill OR database skill? >>>>>> can anybody please tell me... >>>>>> >>>>>> thank you in advance >>>>>> >>>>>> >>>>> SQLite 3 is a database engine - a library. Part of a computer program. >>>>> It's not a skill. A skill is an abstract concept. >>>>> >>>>> Could you perhaps rephrase your question? >>>>> _______________________________________________ >>>>> sqlite-users mailing list >>>>> [email protected] >>>>> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users >>>>> >>>>> >>>>> >>>> >>>> >>> >>> _______________________________________________ >>> sqlite-users mailing list >>> [email protected] >>> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users >>> >> _______________________________________________ >> sqlite-users mailing list >> [email protected] >> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users >> > > > > -- > When Earth was the only inhabited planet in the Galaxy, it was a > primitive place, militarily speaking. The only weapon they had ever > invented worth mentioning was a crude and inefficient nuclear-reaction > bomb for which they had not even developed the logical defense. - > Asimov > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

