programming with sqlite

For discussions about programming, programming questions/advice, and projects that don't really have anything to do with Puppy.
Post Reply
Message
Author
selvam
Posts: 145
Joined: Tue 03 Dec 2013, 12:29

programming with sqlite

#1 Post by selvam »

i need a programming language to use sqlite as database
is python the best
or there better alternatives
please help

User avatar
technosaurus
Posts: 4853
Joined: Mon 19 May 2008, 01:24
Location: Blue Springs, MO
Contact:

#2 Post by technosaurus »

what languages do you know? sqlite has bindings for nearly every language... just pick your favorite.... I prefer using the sqlite3 shell in bash/ash.
Check out my [url=https://github.com/technosaurus]github repositories[/url]. I may eventually get around to updating my [url=http://bashismal.blogspot.com]blogspot[/url].

selvam
Posts: 145
Joined: Tue 03 Dec 2013, 12:29

#3 Post by selvam »

i know python
i want to know if there is better languages than python

User avatar
technosaurus
Posts: 4853
Joined: Mon 19 May 2008, 01:24
Location: Blue Springs, MO
Contact:

#4 Post by technosaurus »

FWIW, puppy does not include python by default. Asking a question like that though is just inviting trolls and flame wars; however, if you want it to work in puppy without having to install a bunch of dependencies, then use shell, C, C++ or possibly perl (though Puppy's perl is really cutdown) aside from that, the best language to write in is the one you know best. If it is good enough, people will port it to other languages that they know better if necessary.
Check out my [url=https://github.com/technosaurus]github repositories[/url]. I may eventually get around to updating my [url=http://bashismal.blogspot.com]blogspot[/url].

Post Reply