github.com/waterlink/postgres_adapter.cr
0.5.1 / published Jan 2, 2017 / repository
Postgres adapter for [active_record.cr](https://github.com/waterlink/active_record.cr). Uses [crystal-pg](https://github.com/will/crystal-pg) driver.
Documentation could not be built
Build failed
The documentation build for this version ran and did not produce anything usable. That is usually a shard that does not compile against the Crystal version it declared.
What the builder reported
docs-build: crystal docs exited 62
crystal docs said:
no-egress: verified in-process as uid 1000, ip and vsock sockets denied, io_uring denied, no_new_privs set
Crystal built without LibXML2 support, HTML sanitization will be skipped
Showing last frame. Use --error-trace for full trace.
There was a problem expanding macro 'register_type_group'
Code in lib/active_record/src/types.cr:97:1
97 | ActiveRecord.register_type_group :struct, Int, default: 0, comparable: true
^
Called macro defined in lib/active_record/src/types.cr:56:3
56 | macro register_type_group(kind, ty, default = nil, comparable = false, to_s = "")
Which expanded to:
8 | end
9 |
> 10 | struct Null
^
Error: abstract `def Comparable(T)#<=>(other : T)` must be implemented by Int::Null