Jwalanta Shrestha wrote: > hello all fossians, > > same dilemma once again.. topic n speaker for next fkk.. > > however, i've somewhat tried to document the FKK, have a look at > http://wiki.fossnepal.org/index.php?title=FOSS_Ka_Kura > > plz find the pool of topics listed there.. anybody interested?
Just to add to idea of the open source dbms, some of you may not be interested in full-fledged db. For example if you are developing an application that uses db to some less extent but your requirement dictates that it should nee an access to speedy db that does in-memory based transactions instead, there's an option to use sqlite library. http://www.sqlite.org/ Sqlite doesn't require tedious maintainence of SQL database, all you have to do is compile and link your source code against the library. In essence you can also find bindings of sqlite in other language. (The argument being that since it's developed in C, other language will/may certainly have a set of library wrapper around the C library). And lastly, it's licensed under Public domain so you can do whatever with it. HTH. Cheers --~--~---------~--~----~------------~-------~--~----~ FOSS Nepal mailing list [email protected] http://groups.google.com/group/foss-nepal Community website: http://www.fossnepal.org/ -~----------~----~----~----~------~----~------~--~---
