All Projects → playframework → Anorm

playframework / Anorm

Licence: apache-2.0
The Anorm database library

Programming Languages

scala
5932 projects

Projects that are alternatives of or similar to Anorm

Db Util
If you are using JPA and Hibernate, this tool can auto-detect N+1 query issues during testing.
Stars: ✭ 194 (-6.73%)
Mutual labels:  jdbc
Insect
High precision scientific calculator with support for physical units
Stars: ✭ 2,469 (+1087.02%)
Mutual labels:  parser
Parsedown
Better Markdown Parser in PHP
Stars: ✭ 13,959 (+6611.06%)
Mutual labels:  parser
Cub
The Cub Programming Language
Stars: ✭ 198 (-4.81%)
Mutual labels:  parser
Php Textile
Textile markup language parser for PHP
Stars: ✭ 200 (-3.85%)
Mutual labels:  parser
Graphql Parser
A graphql query language and schema definition language parser and formatter for rust
Stars: ✭ 203 (-2.4%)
Mutual labels:  parser
Diagon
Interactive ASCII art diagram generators. 🌟
Stars: ✭ 189 (-9.13%)
Mutual labels:  parser
Whispers
Identify hardcoded secrets and dangerous behaviours
Stars: ✭ 66 (-68.27%)
Mutual labels:  parser
Lief
Authors
Stars: ✭ 2,730 (+1212.5%)
Mutual labels:  parser
Lark
Lark is a parsing toolkit for Python, built with a focus on ergonomics, performance and modularity.
Stars: ✭ 2,916 (+1301.92%)
Mutual labels:  parser
Tatsu
竜 TatSu generates Python parsers from grammars in a variation of EBNF
Stars: ✭ 198 (-4.81%)
Mutual labels:  parser
Goparsec
Parser combinator in Go. If there are any cross platform issues or backward compatibility issues, please reach out.
Stars: ✭ 198 (-4.81%)
Mutual labels:  parser
Jssoup
JavaScript + BeautifulSoup = JSSoup
Stars: ✭ 203 (-2.4%)
Mutual labels:  parser
Expressionevaluator
A Simple Math and Pseudo C# Expression Evaluator in One C# File. Can also execute small C# like scripts
Stars: ✭ 194 (-6.73%)
Mutual labels:  parser
Tsql Parser
Library Written in C# For Parsing SQL Server T-SQL Scripts in .Net
Stars: ✭ 203 (-2.4%)
Mutual labels:  parser
Pytimeparse
A small Python module to parse various kinds of time expressions.
Stars: ✭ 195 (-6.25%)
Mutual labels:  parser
Email address
The EmailAddress Gem to work with and validate email addresses.
Stars: ✭ 199 (-4.33%)
Mutual labels:  parser
Logo
A Logo interpreter written in Swift
Stars: ✭ 207 (-0.48%)
Mutual labels:  parser
Arpeggio
Parser interpreter based on PEG grammars written in Python http://textx.github.io/Arpeggio/
Stars: ✭ 204 (-1.92%)
Mutual labels:  parser
React To Typescript Definitions
Create typescript definitions files (d.ts) from react components
Stars: ✭ 204 (-1.92%)
Mutual labels:  parser

Anorm

Anorm is a simple data access layer that uses plain SQL to interact with the database and provides an API to parse and transform the resulting datasets.

Usage

In a projects built with SBT, dependency to Anorm can be added as following:

libraryDependencies ++= Seq(
  "org.playframework.anorm" %% "anorm" % ReplaceByAnormVersion)

Build manually

Anorm can be built from this source repository.

sbt publish-local

To run the tests, use:

sbt test

Travis: Travis build status

Documentation

To run the documentation server, run:

sbt docs/run

To test the documentation code samples, run:

sbt docs/test

Support

The Anorm library is Community Driven.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].