-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathextensions.html
161 lines (142 loc) · 7.14 KB
/
extensions.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Slick Extensions — Slick 3.1.0-M1 documentation</title>
<link rel="stylesheet" href="_static/slick.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: './',
VERSION: '3.1.0-M1',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="shortcut icon" href="_static/favicon.ico"/>
<link rel="top" title="Slick 3.1.0-M1 documentation" href="index.html" />
<link rel="next" title="Slick TestKit" href="testkit.html" />
<link rel="prev" title="Upgrade Guides" href="upgrade.html" />
<script type="text/javascript">
if(window.location.host == 'slick.typesafe.com'){
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-23127719-3']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
}
</script>
</head>
<body>
<div class="header-wrapper">
<div class="header">
<div class="rel">
<span class="github"><a href="https://github.com/slick/slick/edit/master/slick/src/sphinx/extensions.rst">edit this page on github</a><span>
|
<a href="upgrade.html" title="Upgrade Guides"
accesskey="P">previous</a> |
<a href="testkit.html" title="Slick TestKit"
accesskey="N">next</a> |
<a href="genindex.html" title="General Index"
accesskey="I">index</a>
</div>
<div class="headertitle"><a href="index.html">
<span class="logo"><img class="logo" src="_static/slick-logo.png" alt="Slick"/></span>
3.1.0-M1 manual
</a></div>
</div>
</div>
<div class="content-wrapper">
<div class="content">
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body">
<div class="section" id="slick-extensions">
<span id="index-0"></span><h1>Slick Extensions<a class="headerlink" href="#slick-extensions" title="Permalink to this headline">¶</a></h1>
<p>Slick Extensions, a closed-source package with commercial support
provided by Typesafe, Inc contains Slick drivers for:</p>
<ul class="simple">
<li>Oracle (<tt class="docutils literal"><span class="pre">com.typesafe.slick.driver.oracle.OracleDriver</span></tt>)</li>
<li>IBM DB2 (<tt class="docutils literal"><span class="pre">com.typesafe.slick.driver.db2.DB2Driver</span></tt>)</li>
<li>Microsoft SQL Server (<tt class="docutils literal"><span class="pre">com.typesafe.slick.driver.ms.SQLServerDriver</span></tt>)</li>
</ul>
<div class="admonition note">
<p class="first admonition-title">Note</p>
<p class="last">You may use it for development and testing purposes under the terms and conditions
of the <a class="reference external" href="http://typesafe.com/public/legal/TypesafeSubscriptionAgreement.pdf">Typesafe Subscription Agreement</a> (PDF). Production use requires a
<a class="reference external" href="http://typesafe.com/subscription">Typesafe Subscription</a>.</p>
</div>
<p>If you are using <a class="reference external" href="http://www.scala-sbt.org/">sbt</a>, you can add <em>slick-extensions</em> and the Typesafe
repository (which contains the required artifacts) to your build definition
like this:</p>
<pre class="literal-block">
libraryDependencies += "com.typesafe.slick" %% "slick-extensions" % "3.1.0-M1"
resolvers += "Typesafe Releases" at "<a class="reference external" href="http://repo.typesafe.com/typesafe/maven-releases/">http://repo.typesafe.com/typesafe/maven-releases/</a>"
</pre>
</div>
</div>
</div>
</div>
</div>
<div class="sidebar">
<h3>Search</h3>
<form class="search" action="search.html" method="get">
<input type="text" name="q" />
<input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
<h3 style="margin-top: 1.5em;">Table Of Contents</h3>
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="introduction.html">Introduction</a></li>
<li class="toctree-l1"><a class="reference internal" href="supported-databases.html">Supported Databases</a></li>
<li class="toctree-l1"><a class="reference internal" href="gettingstarted.html">Getting Started</a></li>
<li class="toctree-l1"><a class="reference internal" href="database.html">Database Configuration</a></li>
<li class="toctree-l1"><a class="reference internal" href="dbio.html">Database I/O Actions</a></li>
<li class="toctree-l1"><a class="reference internal" href="schemas.html">Schemas</a></li>
<li class="toctree-l1"><a class="reference internal" href="queries.html">Queries</a></li>
<li class="toctree-l1"><a class="reference internal" href="code-generation.html">Schema Code Generation</a></li>
<li class="toctree-l1"><a class="reference internal" href="userdefined.html">User-Defined Features</a></li>
<li class="toctree-l1"><a class="reference internal" href="sql.html">Plain SQL Queries</a></li>
<li class="toctree-l1"><a class="reference internal" href="orm-to-slick.html">Coming from ORM to Slick</a></li>
<li class="toctree-l1"><a class="reference internal" href="sql-to-slick.html">Coming from SQL to Slick</a></li>
<li class="toctree-l1"><a class="reference internal" href="upgrade.html">Upgrade Guides</a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="">Slick Extensions</a></li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="testkit.html">Slick TestKit</a></li>
</ul>
</div>
<div class="clearer"></div>
</div>
</div>
<div class="footer-wrapper">
<div class="footer">
<div class="left">
<a href="upgrade.html" title="Upgrade Guides"
>previous</a> |
<a href="testkit.html" title="Slick TestKit"
>next</a> |
<a href="genindex.html" title="General Index"
>index</a>
</div>
<div class="right">
<div class="footer">
© Copyright 2011-2015 Typesafe, Inc.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2b3.
</div>
</div>
<div class="clearer"></div>
</div>
</div>
</body>
</html>