Skip to content

fixes small typos in README.md #12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ Please get something appropriate for the type of DB you are using.
PM> Install-Package LambdicSql.SQLite
PM> Install-Package LambdicSql.DB2

Supported pratforms are
Supported platforms are
- .NETFramework 3.5~
- PCL
- .NETStandard 1.2~

## Featuring Dapper
Generate sql text and parameters by LambdicSql.<br>
And execut and map to object, recommend using dapper.
And execute and map to object, recommend using dapper.

PM> Install-Package Dapper

Expand All @@ -41,7 +41,7 @@ For PCL, recommend sqlite-net-pcl.
PM> Install-Package sqlite-net-pcl

## Support tool.
It is a Visual Stuido Extension.
It is a Visual Studio Extension.
You can execute the code written in LambdicSql and get the result.
https://marketplace.visualstudio.com/items?itemName=ishikawa-tatsuya.LambdicSqlAssistant
## Quick Start.
Expand Down Expand Up @@ -636,3 +636,4 @@ If you want to control more conversion, please create a class that inherits the

LambdicSql itself also defines functions and phrases using the mechanism described here, so I think that it will be a sample. Please see samples.<br>
https://github.com/Codeer-Software/LambdicSql.SqlServer/blob/master/Project/LambdicSql.SqlServer.Shared/Symbol.Clauses.DML.Basic.cs