Posted: Mon Mar 17, 2008 7:43 am Post subject: Structured Query Language
Me and 2 other friends worked on a ISU to create a database. We took a different approach and decided to build a generic database, more specifically an imitation of mysql. It is a BETA version so not many things are implemented yet. So Take a look:
Quote:
http://www.haxyo.com/sql/
And sorry no source code
Sponsor Sponsor
md
Posted: Mon Mar 17, 2008 9:50 am Post subject: RE:Structured Query Language
Why no code? Also, clearly it isn't mysql; so why not just call it a sql-based database?
Euphoracle
Posted: Mon Mar 17, 2008 2:13 pm Post subject: RE:Structured Query Language
Wow, our ISU for 3M1 was a 5 minute presentation on a "notable person in computer science". Whyyyyyy.
Mackie
Posted: Mon Mar 17, 2008 2:48 pm Post subject: RE:Structured Query Language
My ISU was to create a program that used graphics... That's all...
haxyo
Posted: Mon Mar 17, 2008 3:24 pm Post subject: Re: RE:Structured Query Language
md @ Mon Mar 17, 2008 9:50 am wrote:
Why no code? Also, clearly it isn't mysql; so why not just call it a sql-based database?
because it wasn't meant to be open source and i said it is imitating mysql, basically some of its features and it has no name yet.
wtd
Posted: Mon Mar 17, 2008 4:55 pm Post subject: RE:Structured Query Language
You have to understand... for a lot of us, we don't care so much about seeing the executable as the code used to get there.
haxyo
Posted: Mon Mar 17, 2008 5:12 pm Post subject: Re: RE:Structured Query Language
wtd @ Mon Mar 17, 2008 4:55 pm wrote:
You have to understand... for a lot of us, we don't care so much about seeing the executable as the code used to get there.
lol the code is a lot of code, files and files of code. You can understand how it was built in the technical documentation, theres a lot of structure behind it.