Tau
6947912dfc
sql: Add NULL support to database wrappers
2020-03-22 22:38:54 +00:00
Tau
6a4ac795b2
Heal the layer break around the Id<> type
2019-11-06 17:29:07 -05:00
Tau
151dd41e64
sql: Add db compaction method
2019-11-06 17:28:31 -05:00
Tau
13e234a68c
sql: Add raw SQL interface method
2019-11-06 17:28:31 -05:00
Tau
f9970fa81c
Force explicit conversion of rows fetched from SQL DB
...
Everything is a scalar value now, and while this does involve more
boilerplate it will also catch type conversion issues like
"1" + 0 === "10" in the future.
2019-11-06 17:28:30 -05:00
Tau
3e6b4f4798
Add an SQL DB abstraction layer
...
Because what self-respecting Enterprise(R) project doesn't have
one of those?
2019-11-06 17:28:30 -05:00