Squashed into initial commit

This commit is contained in:
Victor Lacasse-Beaudoin 2023-03-06 14:01:18 -05:00
commit c74e093a3b
19 changed files with 1728 additions and 0 deletions

14
examples/bottin.yaml Normal file
View file

@ -0,0 +1,14 @@
server:
port: 1312
db:
type: 'sqlite'
sqlite:
path: '/var/lib/bottin/bottin.db'
login:
username: 'bottin'
password: 'bottin'
import:
insert_batch_size: 500

View file

@ -0,0 +1,8 @@
[{
"num_etud":"0000001",
"nom":"User 1"
},
{
"num_etud":"64",
"nom":"Test User 64"
}]