/library

A lightweight and powerful semantic data access layer for .NET, extremely easy to learn and use.

Primary LanguageC#Apache License 2.0Apache-2.0

QueryTalk - for a better coding experience

www.querytalk.com

Semantic data access layer

QueryTalk is a semantic data access layer introducing human-readable instructions extremely easy to learn and use:

s.City.WhichHas(d.Most, s.Company)

QueryTalk is also an ORM framework using the mapping data to facilitate data manipulation in your programming code.

Code less, query with ease

QueryTalk is simple. There is no XML settings, no modelling, no contexts. QueryTalk is less code. In most cases, single instructions or even a single-line of code will do the job. QueryTalk is powerful. It offers plenty of options: semantic querying, SQL querying, a mix of both, and CRUD instructions.

Test immediately

Test your queries on the spot, exactly where they are created:

s.Person.Whose(s.Person.Age, 40)
    .Test()
    .Go();

Map smarter

Use the mapper application (QueryTalker) to map your databases – fast and efficiently. No interference between the mapping code and the programming code. The mapping files are stored as compiled .dll files in your QueryTalk repository.