modules

package module
v0.0.0-...-2f25910 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 13, 2023 License: MIT Imports: 0 Imported by: 0

README

#Revel Modules

Database

  • Database A basic database module which contains a controller you can extend from to perform transactional requests
  • Gorm ORM GORM object library interface
  • Gorp ORM GORP object library interface

Server Engines

Template Engines

Authentication

  • Casbin The casbin auth module

Utility

These modules are part of the core revel and a dependency of the Revel Framework

Upcoming

  • Auth A basic example of how to setup authentication
  • csrf CSRF implementation
  • pprof Performance profiler
  • pprof Performance profiler
  • GO HTTP Test Suite A new testing module which supports unit tests from the command line

Community

Learn More

Contributing

Contributors

Documentation

Index

Constants

View Source
const (
	// Version current Revel version
	Version = "0.21.0"

	// BuildDate latest commit/release date
	BuildDate = "2018-10-30"

	// MinimumGoVersion minimum required Go version for Revel
	MinimumGoVersion = ">= go1.8"
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis
auth
app
db
app
Package db module configures a database connection for the application.
Package db module configures a database connection for the application.
app/jobs
A job runner for executing scheduled or ad-hoc tasks asynchronously from HTTP requests.
A job runner for executing scheduled or ad-hoc tasks asynchronously from HTTP requests.
orm
server-engine
template-engine
ace
app

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL