This website requires JavaScript.
Explore
Help
Sign In
iv-org-mirror
/
shard-crystal-sqlite3
Watch
1
Star
0
Fork
You've already forked shard-crystal-sqlite3
0
mirror of
https://gitea.invidious.io/iv-org/shard-crystal-sqlite3.git
synced
2024-08-15 00:53:26 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
c3ee15db6a
shard-crystal-sqlite3
/
src
/
sqlite3.cr
7 lines
89 B
Crystal
Raw
Normal View
History
Unescape
Escape
migrate to crystal std db. keeping old code side by side
2016-01-29 19:15:28 +00:00
require
"
db
"
Initial commit
2015-03-12 21:21:33 +00:00
require
"
./sqlite3/**
"
extend sqlite with time (as text) support.
2016-06-22 19:17:47 +00:00
module
SQLite3
DATE_FORMAT
=
"
%F %H:%M:%S.%L
"
end
Reference in a new issue
Copy permalink