Shaolinq icon indicating copy to clipboard operation
Shaolinq copied to clipboard

I can't find any documentation

Open nikkilocke opened this issue 9 years ago • 5 comments

Despite numerous Google searches, I can't seem to find any documentation.

So I have downloaded and installed Shaolinq, and am ready to get started writing code. But I have no idea what to write in order to create classes that ShaoLinq will understand, how to get ShaoLinq to create a database to match those classes, how to create, update, delete and retrieve objects, or anything.

Surely there must be some instructions somewhere, but I can't find them!

nikkilocke avatar Mar 24 '15 19:03 nikkilocke

Same here some documentation would be great. Even some examples would be nice.

hahn-kev avatar Apr 11 '15 04:04 hahn-kev

I haven't found any Documentation either, but there is a pretty good array of Tests in the code base. On the github Shaolinq page, you'll see the Download Zip button on the right of the page.

Take a look at the test app.config, and I guess walking through some of the code in the test project will explain how you should be using the library in your code. This is where I started from: public void Test_LoadCustomConfig() and to be sure for my case: public class PostgresDotConnectSqlDatabaseContext : SqlDatabaseContext CreatePostgresDotConnectConfiguration

Hope that gets you started.

InquisitionX avatar Aug 21 '15 02:08 InquisitionX

Thanks, I tried that, and gave up because I wanted to do something different, and couldn't work out how.

nikkilocke avatar Sep 03 '15 17:09 nikkilocke

Good call. With implicit join support, include support and async support mostly finished and ready for use I will be focussing on documentation

tumtumtum avatar Feb 19 '16 20:02 tumtumtum

Yes, the wiki or another place would be better for all documentation, I want to use Shaolinq with PostgreSQL.

yograterol avatar Apr 24 '16 22:04 yograterol