This website requires JavaScript.
Explore
Help
Sign In
flucky
/
PKGBUILD
Archived
Watch
1
Star
0
Fork
0
You've already forked PKGBUILD
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
This repository has been archived on
2025-08-11
. You can view files and clone it, but cannot push or open issues or pull requests.
Files
ffbc8a793cd0db995bfb9e69d6f3d57f12e5866b
PKGBUILD
/
pkg
/
repository
/
sqlite3
/
dml
History
Markus Pesch
7a88aaac0c
refac: use embed instead of go-bindata, secure closing of transactions
2021-03-21 21:43:53 +01:00
..
deleteDeviceByID.sql
refac: use embed instead of go-bindata, secure closing of transactions
2021-03-21 21:43:53 +01:00
deleteDeviceByName.sql
refac: use embed instead of go-bindata, secure closing of transactions
2021-03-21 21:43:53 +01:00
deleteSensorByID.sql
refac: use embed instead of go-bindata, secure closing of transactions
2021-03-21 21:43:53 +01:00
deleteSensorByName.sql
refac: use embed instead of go-bindata, secure closing of transactions
2021-03-21 21:43:53 +01:00
insertDevice.sql
refac: use embed instead of go-bindata, secure closing of transactions
2021-03-21 21:43:53 +01:00
insertHumidity.sql
refac: use embed instead of go-bindata, secure closing of transactions
2021-03-21 21:43:53 +01:00
insertOrUpdateDevice.sql
refac: use embed instead of go-bindata, secure closing of transactions
2021-03-21 21:43:53 +01:00
insertOrUpdateHumidity.sql
refac: use embed instead of go-bindata, secure closing of transactions
2021-03-21 21:43:53 +01:00
insertOrUpdatePressure.sql
refac: use embed instead of go-bindata, secure closing of transactions
2021-03-21 21:43:53 +01:00
insertOrUpdateSensor.sql
refac: use embed instead of go-bindata, secure closing of transactions
2021-03-21 21:43:53 +01:00
insertOrUpdateTemperature.sql
refac: use embed instead of go-bindata, secure closing of transactions
2021-03-21 21:43:53 +01:00
insertPressure.sql
refac: use embed instead of go-bindata, secure closing of transactions
2021-03-21 21:43:53 +01:00
insertSensor.sql
refac: use embed instead of go-bindata, secure closing of transactions
2021-03-21 21:43:53 +01:00
insertTemperature.sql
refac: use embed instead of go-bindata, secure closing of transactions
2021-03-21 21:43:53 +01:00
selectDeviceByID.sql
refac: use embed instead of go-bindata, secure closing of transactions
2021-03-21 21:43:53 +01:00
selectDeviceByName.sql
refac: use embed instead of go-bindata, secure closing of transactions
2021-03-21 21:43:53 +01:00
selectDevices.sql
refac: use embed instead of go-bindata, secure closing of transactions
2021-03-21 21:43:53 +01:00
selectHumidities.sql
refac: use embed instead of go-bindata, secure closing of transactions
2021-03-21 21:43:53 +01:00
selectHumidityByID.sql
refac: use embed instead of go-bindata, secure closing of transactions
2021-03-21 21:43:53 +01:00
selectPressureByID.sql
refac: use embed instead of go-bindata, secure closing of transactions
2021-03-21 21:43:53 +01:00
selectPressures.sql
refac: use embed instead of go-bindata, secure closing of transactions
2021-03-21 21:43:53 +01:00
selectSensorByID.sql
refac: use embed instead of go-bindata, secure closing of transactions
2021-03-21 21:43:53 +01:00
selectSensors.sql
refac: use embed instead of go-bindata, secure closing of transactions
2021-03-21 21:43:53 +01:00
selectSensorsByDeviceID.sql
refac: use embed instead of go-bindata, secure closing of transactions
2021-03-21 21:43:53 +01:00
selectSensorsByModel.sql
refac: use embed instead of go-bindata, secure closing of transactions
2021-03-21 21:43:53 +01:00
selectSensorsByName.sql
refac: use embed instead of go-bindata, secure closing of transactions
2021-03-21 21:43:53 +01:00
selectTemperatureByID.sql
refac: use embed instead of go-bindata, secure closing of transactions
2021-03-21 21:43:53 +01:00
selectTemperatures.sql
refac: use embed instead of go-bindata, secure closing of transactions
2021-03-21 21:43:53 +01:00
updateDevice.sql
refac: use embed instead of go-bindata, secure closing of transactions
2021-03-21 21:43:53 +01:00
updateSensor.sql
refac: use embed instead of go-bindata, secure closing of transactions
2021-03-21 21:43:53 +01:00