Preserve DateTime microsecond precision

This commit is contained in:
jdb
2026-08-31 17:52:09 -05:00
parent 2301da8143
commit f2f41782d4
5 changed files with 123 additions and 14 deletions
+8
View File
@@ -3,6 +3,14 @@ SOURCES=$(shell find src -type f)
build: $(shell find src -type f)
nimble build
unittest:
nimble unittest
.PHONY: unittest
integrationtest:
nimble integrationtest
.PHONY: integrationtest
docs: $(shell find src -type f)
nim doc --project --index:on --git.url:https://github.com/jdbernard/fiber-orm --outdir:docs src/fiber_orm
nim rst2html --outdir:docs README.rst