44 stable releases (3 major)
4.0.2 | Aug 9, 2022 |
---|---|
3.0.26 | Jul 15, 2022 |
3.0.17 | Mar 29, 2022 |
3.0.13 | Dec 9, 2021 |
1.0.0 | Jun 13, 2021 |
#1605 in Database interfaces
239 downloads per month
175KB
5.5K
SLoC
rbatis html query lang
py->sql: select * from biz_activity where delete_flag = 0 and name=$1
py->args: ["asdf"]
sql: select * from table where id = 1 id != $1
id in $2
id in $3
id in $4
id not in $5a = $6name like $7
or
name not like $8
create_time between $9 and $10
group by$11$12$13order by$14$15
args: [1,[1,2,3],[1,2,3],[1,2,3],[1,2,3],1,"asdf","asdf","2020-23-23","2020-23-23",1,2,3,"id","name"]
use Time: 1.6488273s ,each:1648 ns/op
use QPS: 606485 QPS/s
Dependencies
~5–7MB
~128K SLoC