fukurou
the supreme coder
★★★
- Joined
- Dec 17, 2021
- Posts
- 2,799
do you prefer to make algorithms on a big assed white board?
ive never used that, only databases ive used are MsSQL and Mysql.Just SQLiteMax.
Say you're writing a program that doesn't use a client/server database like MySQL or Postgres.ive never used that, only databases ive used are MsSQL and Mysql.
Also neo4j but that was only for a research project, and i hated using that
thats pretty cool, now i understand whats the usecase atleastSay you're writing a program that doesn't use a client/server database like MySQL or Postgres.
SQLite allows the program to use a relational database just for it's own use. It does not connect using a TCP port. It's a library that is embedded in the program. This means it's a good substitue for data structures. Just use tables.
It can also be used from Bash scripts. I think it's the most widely used database engine but people have never heard about it. It's what Android uses.
SQLite - Wikipedia
en.wikipedia.org
how long you been coding for?Say you're writing a program that doesn't use a client/server database like MySQL or Postgres.
SQLite allows the program to use a relational database just for it's own use. It does not connect using a TCP port. It's a library that is embedded in the program. This means it's a good substitue for data structures. Just use tables.
It can also be used from Bash scripts. I think it's the most widely used database engine but people have never heard about it. It's what Android uses.
SQLite - Wikipedia
en.wikipedia.org
Long enough to avoid complexity and strive for elegance.how long you been coding for?
Haha thats what my manager says tooLong enough to avoid complexity and strive for elegance.
Inside every program there's a small one trying to get out.Haha thats what my manager says too