Found out that llblgen costs money which I cannot afford at the time since I am on a Non-Paid internship atm. Do you guys know of a comparable alternative to llblgen. I am trying to get a good Code generator for making sql queries.
What platform? NHibernate, LINQ to SQL and the Entity Framework come to mind for .NET. All 100% free.
Presumeably if you're mentioning LLBLGen, you're a .NET user - do you have access to Visual Studio? You can always use T4 - the code generator built into visual studio - I've used it with great success for various code generation. All you'd need would be some model which your code generation templates can read and then you could use T4 to generate SQL, or just about anything else you want.
For .net, I also really enjoy Subsonic 3 which uses T4 templates to generate ORM code.
- Free
- Extensible if you need different types of code generation
- Easy to get started without having to learn too much
Please read this:
.NET and ORM - Decisions, decisions
You want either NHibernate or Subsonic, probably NHibernate. Try to avoid Microsoft's solutions (LinqToSql & EntityFramework).
Mindscape LightSpeed has a free edition for small databases and is similar in terms of O/R Mapping capability. It includes a rich Visual Studio designer with all the schema round tripping and capabilities you'd likely desire as a developer who wishes to avoid cumbersome mapping files.
If the database is larger than the free edition supports then get in touch as they are known to provide students with their software at no price.