Poll

UI is Good?

Hell Yeah!
Yeah!
Eh
Could be Better
Needs Re-done

Author Topic: |bldm| - Blockland Database Management - FINISHED  (Read 5116 times)

Project Manager - Randomness
Scripters - Ipquarx, Dionysus, Evar678

So a total of 4
Accepted, expect a PM via Steam of all info

just remembered I never told Yola the protocol/how to use it.
lolol

just remembered I never told Yola the protocol/how to use it.
lolol
Wow good job.

Seems like a pretty neat thing.

Hope it gets finished.

just remembered I never told Yola the protocol/how to use it.
lolol
I need to know this btw, Steam it to me as soon as you can.

Sorry about not replying, I haven't been online at all the past few days, starting work up again today.

Hey brian ya cigarette answer Ephi's post
Quote
Is there a reason for that? Seems like an odd choice when you've got MySQL which already has user authentication and permissions inbuilt.

Sqlite is more suited to a data store for a small application with non-concurrent access, not so great when you've got multiple applications and multiple users potentially accessing the same databases at the same time - you tend to get bogged down with db locks since file-based dbs are way slower

Actually I'll answer it!
Because we can't ever take the easy way out and we both love sqlite3


That's a richard move brian, happy Aprils fools!!!
« Last Edit: April 01, 2013, 07:16:07 PM by Little Anarchist »

Well even know Brian "deleted" it I decided to finish it myself anyways, will be launched at Blockoworld 2013 so see you all then!

uhhh what

I'm confused

Is there a reason for that? Seems like an odd choice when you've got MySQL which already has user authentication and permissions inbuilt.

Sqlite is more suited to a data store for a small application with non-concurrent access, not so great when you've got multiple applications and multiple users potentially accessing the same databases at the same time - you tend to get bogged down with db locks since file-based dbs are way slower.
Or, even better, PostgreSQL.