-
One of the most requested features for Platformatic DB is support for MongoDB.
Here is a todo-list:
* [x] Create a schema file on disk that is human-readable/editable. https://github.com/platfor…
-
Add the capability to set an aliases for `fields` in `sql-mapper` `find` method
-
- JPA
- JDBC, Spring JDBC
- Sql Mapper(MyBatis), ORM
- @Transactional
- JPA, Hibernate
- 영속성 컨텍스트
- 즉시/지연 로딩
- 프록시
-
hi 使用 nospring 的时候,很好,但是 只有mapper 的设置,一般来说,我们的.xml 文件,关联mapper 这个步骤怎么使用的,直接执行sql的步骤该怎么使用呢 类似@sql
-
From time to time I see the following error in my error log
Here's the call stack:
PDOStatement: Duplicate entry 'fta5qn9umut0re92l17tft9hcc' for key 'PRIMARY' (500: Internal Server Error)
[/fatf…
-
## Bug Report
### Which version of ShardingSphere did you use?
5.3.1
### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
ShardingSphere-JDBC
My SQL:
```sql
SELECT …
-
how to do?
@Query(sql)
Future findBySql(String sql);
in .g.dart
@override
Future findBySql(String sql) async {
return _queryAdapter.query(sql, mapper: _tMapper);
}
-
一、关于配置
配置各种东西都让人很烦,以下是我的配置步骤。
========maven配置========
别用idea自带的。
[Uploading apache-maven-3.6.3.zip…]()
========依赖配置========
org.springframework.boot
spring-boot-star…
-
```
`user` ▶ JPA
```
> 회원가입
- _**API class**_ 만들기
- [x] 아이디 중복확인 api
- [x] 회원가입 api
- [x] 로그인 api
- [x] 로그아웃 api → **_view class_**
-
It would be great if we could create views on our tables and get appropriate endpoints as readonly.
## example
```sql
CREATE VIEW brazil AS
SELECT CustomerName, ContactName
FROM Customers
WH…