"dd" wrote...
Dear Author/All,
There are many things needs to understand from sqlite apart from RDBMS
concepts. For example, pragmas, database connection in different
scenarios, IPC, virtual tables..etc.
Do sqlite team has any plan to start online university for training
and issuing certificates? If already there, please let me know.
OR
What is/are the best practice(s) to become master in sqlite in short
period of time for new developers (i mean, new to sqlite not for
programming)?
Regards,
dd
Speaking from experience, dd, writing the code is the easy part. What you
must know **very well** is how does SQL work. I made the mistake of
thinking that SQL was just another programming language, and ended up having
to discombobulate and recreate tables and still need to do more and more
design because I **thought** I had a great design. Designing the DBs and
tables would be the essencial part of the whole project. After that, the
rest is easy. My own experience, of course. So, learn SQL and how it
should be used would be the first task. Otherwise, it will be very painful.
Ihth.
josé
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users