Skip to content

moderninterpreters/clsql-local-time

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clsql-local-time

Arnold Noronha [email protected]

This simple library allows the use of local-time:timestamp objects in CLSQL models and queries.

Usage

Just include this library in your dependencies. You don't have to do anything else. After that you can use timestamp objects like so:

(clsql:def-view-class foo ()
  ((id
    :type integer)
   (created-at
    :type local-time:timestamp)))

At this point you can load these instances, save these instances, and query them by the created-at field.

License

MIT License, see LICENSE file

About

Allows local-time:timstamp objects in CLSQL models and queries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published