nakamura-to / komapper

Kotlin SQL Mapper
Apache License 2.0
29 stars 0 forks source link

Request for sample application #1

Open abeq opened 5 years ago

abeq commented 5 years ago

Web-DB application such as PetShop of Doma. I do not need PetShop, but I need sample for typical Web-DB application called as 'IREPON-DASHIPON'.

nakamura-to commented 5 years ago

I know 'IREPON-DASHIPON'. It means the application which has few business logics and mainly reads/writes data directly from/to DB, right? 😄

Any Web-DB application depends on a specific web framework, but we'd like to independent from all web frameworks. For the present, we provide DB access examples only.

abeq commented 5 years ago

we'd like to independent from all web frameworks.

I understand this idea, but most DB applications are as WEB-DB applications, so I think the sample implementation is important for popularization. You can choose the web framework that you think is best to implement.

About IREPON-DASHIPON, your answer is right. Because it will be simple for sample.

nakamura-to commented 5 years ago

the sample implementation is important for popularization.

I agree with you. However, it's too hard to maintain the web sample application for us. The reasons are as follows:

We are glad that you would contribute to it.