8000 GitHub - ssowerby/TestScalaSQL: A somewhat aged attempt to do a type-safe SQL DSL in Scala.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ssowerby/TestScalaSQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Test Scala SQL DSL. Do not use - this is just play code. Use ScalaQuery or Squeryl instead.

This is an attempt to explore a SQL library which provides the following:

  • As close to real SQL as possible
  • Not an ORM, just a convenient way to build and execute SQL
  • Type-safe selectors and constraints
  • Ability to include the same table more than once
  • Database-specific SQL generation including function name resolving and parameter reordering)
  • Bind parameter support
  • Provision of nullable columns via Option
  • Table model which can be extended to include metadata

About

A somewhat aged attempt to do a type-safe SQL DSL in Scala.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0