Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
Latest commit
187 lines (165 loc) · 11.9 KB
/
Copy pathindex.html
File metadata and controls
187 lines (165 loc) · 11.9 KB
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
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
<!DOCTYPE html>
<htmllang="en">
<head>
<title>libAttachSQL</title>
<metacharset="utf-8" />
<linkrel="stylesheet" href="http://libattachsql.org/theme/css/main.css" type="text/css" />
<linkhref="http://libattachsql.org/" type="application/atom+xml" rel="alternate" title="libAttachSQL ATOM Feed" />
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<!--[if lte IE 7]>
<link rel="stylesheet" type="text/css" media="all" href="http://libattachsql.org/css/ie.css"/>
<script src="http://libattachsql.org/js/IE8.js" type="text/javascript"></script><![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" type="text/css" media="all" href="http://libattachsql.org/css/ie6.css"/><![endif]-->
</head>
<bodyid="index" class="home">
<headerid="banner" class="body">
<h1><ahref="http://libattachsql.org/index.html">libAttachSQL<br/><strong>A lightweight C API for MySQL servers</strong></a></h1>
<nav><ul>
<liclass="active"><ahref="http://libattachsql.org/index.html">libAttachSQL</a></li>
<li><ahref="http://libattachsql.org/pyattachsql.html">pyAttachSQL</a></li>
<li><ahref="http://libattachsql.org/category/news.html">News</a></li>
</ul></nav>
</header><!-- /#banner -->
<sectionid="content" class="body">
<h1class="entry-title">libAttachSQL</h1>
<p>libAttachSQL is a lightweight, non-blocking C API for MySQL servers originally created by HP's Advanced Technology Group. It is desgined to be easy to use and easy to contribute to.</p>
<divclass="section" id="project-information">
<h2>Project Information</h2>
<p>The libAttachSQL source code is <aclass="reference external" href="https://github.com/libattachsql/libattachsql">hosted on GitHub</a>. All code is automatically tested using <aclass="reference external" href="https://travis-ci.org/libattachsql/libattachsql">Travis CI</a>. The status of what is currently being worked on can be seen on our <aclass="reference external" href="https://waffle.io/libattachsql/libattachsql">Waffle.io project board</a>.</p>
<p>Documentation is in reStructuredText files included in the source and is compiled to generate our <aclass="reference external" href="http://docs.libattachsql.org/">Read The Docs documentation</a>.</p>
</div>
<divclass="section" id="questions">
<h2>Questions?</h2>
<p>Feel free to <aclass="reference external" href="https://github.com/libattachsql/libattachsql/issues/new">file an issue</a>, talk to us on <aclass="reference external" href="irc://chat.freenode.net/libAttachSQL">#libAttachSQL on Freenode</a> or email <aclass="reference external" href="mailto:andrew@libattachsql.org">andrew@libattachsql.org</a>.</p>
</div>
<h1>Latest News</h1>
<hr/>
<olid="posts-list" class="hfeed">
<li><articleclass="hentry">
<header>
<h1><ahref="http://libattachsql.org/posts/2015/Mar/20/pyattachsql-020-alpha-released/" rel="bookmark" title="Permalink to pyAttachSQL 0.2.0 Alpha Released!">pyAttachSQL 0.2.0 Alpha Released!</a></h1>
</header>
<divclass="entry-content">
<footerclass="post-info">
<abbrclass="published" title="2015-03-20T13:12:00+00:00">
Fri 20 Mar 2015, 13:12
</abbr>
<p>In <ahref="http://libattachsql.org/category/news.html">News</a>. </p>
<p>tags: <ahref="http://libattachsql.org/tag/release.html">release</a><ahref="http://libattachsql.org/tag/alpha.html">alpha</a><ahref="http://libattachsql.org/tag/pyattachsql.html">pyAttachSQL</a></p></p></footer><!-- /.post-info --><!-- /.post-info -->
<p>The first alpha release of pyAttachSQL and pyAttachDB has been released today. pyAttachSQL is a Python wrapper for libAttachSQL and pyAttachDB is a DB API 2.0 connector which uses pyAttachSQL underneath.</p>
<p>At the moment pyAttachSQL requires a preview build of libAttachSQL 2.0. Therefore there is a PPA to ...</p>
<aclass="readmore" href="http://libattachsql.org/posts/2015/Mar/20/pyattachsql-020-alpha-released/">read more</a>
</div><!-- /.entry-content -->
</article></li>
<li><articleclass="hentry">
<header>
<h1><ahref="http://libattachsql.org/posts/2015/Feb/25/version-103-ga-released/" rel="bookmark" title="Permalink to Version 1.0.3 GA Released!">Version 1.0.3 GA Released!</a></h1>
</header>
<divclass="entry-content">
<footerclass="post-info">
<abbrclass="published" title="2015-02-25T13:24:00+00:00">
Wed 25 Feb 2015, 13:24
</abbr>
<p>In <ahref="http://libattachsql.org/category/news.html">News</a>. </p>
<p>tags: <ahref="http://libattachsql.org/tag/release.html">release</a><ahref="http://libattachsql.org/tag/ga.html">GA</a></p></p></footer><!-- /.post-info --><!-- /.post-info -->
<p>A few days ago we tagged the latest version of libAttachSQL, 1.0.3. This is a very minor bug fix release which for the most part fixes the test suite as well as compiling on Mac OS X. For more details please check the <aclass="reference external" href="http://docs.libattachsql.org/en/latest/appendix/version_history.html#version-1-0-3-ga-2015-02-19">version history in the docs ...</a></p>
<aclass="readmore" href="http://libattachsql.org/posts/2015/Feb/25/version-103-ga-released/">read more</a>
</div><!-- /.entry-content -->
</article></li>
<li><articleclass="hentry">
<header>
<h1><ahref="http://libattachsql.org/posts/2014/Dec/02/version-102-ga-released/" rel="bookmark" title="Permalink to Version 1.0.2 GA Released!">Version 1.0.2 GA Released!</a></h1>
</header>
<divclass="entry-content">
<footerclass="post-info">
<abbrclass="published" title="2014-12-02T14:22:00+00:00">
Tue 02 Dec 2014, 14:22
</abbr>
<p>In <ahref="http://libattachsql.org/category/news.html">News</a>. </p>
<p>tags: <ahref="http://libattachsql.org/tag/release.html">release</a><ahref="http://libattachsql.org/tag/ga.html">GA</a></p></p></footer><!-- /.post-info --><!-- /.post-info -->
<p>The third GA of libAttachSQL has been tagged and released today. This is a bug fix release which deals with a couple of packaging and prepared statement issues as well as better Mac OS X support.</p>
<p>You can use the following links to download libAttachSQL 1.0.2:</p>
<ulclass="simple">
<li><aclass="reference external" href="https://github.com/libattachsql/libattachsql/archive/v1.0.2.tar.gz">Source Tarball ...</a></li></ul>
<aclass="readmore" href="http://libattachsql.org/posts/2014/Dec/02/version-102-ga-released/">read more</a>
</div><!-- /.entry-content -->
</article></li>
<li><articleclass="hentry">
<header>
<h1><ahref="http://libattachsql.org/posts/2014/Nov/16/version-101-ga-released/" rel="bookmark" title="Permalink to Version 1.0.1 GA Released!">Version 1.0.1 GA Released!</a></h1>
</header>
<divclass="entry-content">
<footerclass="post-info">
<abbrclass="published" title="2014-11-16T16:32:00+00:00">
Sun 16 Nov 2014, 16:32
</abbr>
<p>In <ahref="http://libattachsql.org/category/news.html">News</a>. </p>
<p>tags: <ahref="http://libattachsql.org/tag/release.html">release</a><ahref="http://libattachsql.org/tag/ga.html">GA</a></p></p></footer><!-- /.post-info --><!-- /.post-info -->
<p>The second GA of libAttachSQL has been tagged and released today. This is a bug fix release which deals with a couple of network related issues as well as a potential crash.</p>
<p>You can use the following links to download libAttachSQL 1.0.1:</p>
<ulclass="simple">
<li><aclass="reference external" href="https://github.com/libattachsql/libattachsql/archive/v1.0.1.tar.gz">Source Tarball</a></li>
<li>RHEL 6.x/CentOS ...</li></ul>
<aclass="readmore" href="http://libattachsql.org/posts/2014/Nov/16/version-101-ga-released/">read more</a>
</div><!-- /.entry-content -->
</article></li>
<li><articleclass="hentry">
<header>
<h1><ahref="http://libattachsql.org/posts/2014/Oct/21/version-100-ga-released/" rel="bookmark" title="Permalink to Version 1.0.0 GA Released!">Version 1.0.0 GA Released!</a></h1>
</header>
<divclass="entry-content">
<footerclass="post-info">
<abbrclass="published" title="2014-10-21T23:16:00+01:00">
Tue 21 Oct 2014, 23:16
</abbr>
<p>In <ahref="http://libattachsql.org/category/news.html">News</a>. </p>
<p>tags: <ahref="http://libattachsql.org/tag/release.html">release</a><ahref="http://libattachsql.org/tag/ga.html">GA</a></p></p></footer><!-- /.post-info --><!-- /.post-info -->
<p>Today marks the first GA release of libAttachSQL. Not a huge amount has changed over the RC release, almost exclusively bug fix changes to improve stability and error handling.</p>
<p>You can use the following links to download libAttachSQL 1.0.0:</p>
<ulclass="simple">
<li><aclass="reference external" href="https://github.com/libattachsql/libattachsql/archive/v1.0.0.tar.gz">Source Tarball</a></li>
<li>RHEL 6.x/CentOS 6.x x86_64 ...</li></ul>
<aclass="readmore" href="http://libattachsql.org/posts/2014/Oct/21/version-100-ga-released/">read more</a>
</div><!-- /.entry-content -->
</article></li>
</ol>
</section>
<asideid="sidebar">
<divclass='widget' id='twitter_feed'>
<h2>Twitter Feed</h2>
<aclass="twitter-timeline" width="280" height="300" href="https://twitter.com/libAttachSQL" data-widget-id="511457402663608320">Tweets by @libAttachSQL</a>
<script>!function(d,s,id){varjs,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div><divclass="widget">
<h2>Categories</h2>
<ul>
<li><ahref="http://libattachsql.org/category/news.html">News</a></li>
</ul>
</div>
<divclass="widget blogroll">
<h2>Links</h2>
<ul>
<li><ahref="http://github.com/libattachsql/libattachsql">libAttachSQL on GitHub</a></li>
<li><ahref="irc://chat.freenode.net/libAttachSQL">IRC Channel</a></li>
<li><ahref="http://docs.libattachsql.org/">Documentation</a></li>
</ul>
</div><!-- /.blogroll -->
</aside><!-- /#sidebar -->
<footerid="footer" class="body">
<addressid="about" class="vcard body">
Proudly powered by <ahref="http://alexis.notmyidea.org/pelican/">pelican</a>, which takes great advantages of <ahref="http://python.org">python</a>.
</address><!-- /#about -->
<p>The theme is «notmyidea-lxj», a modified version of «notmyidea-cms», the default theme.</p>
</footer><!-- /#footer -->
<scripttype="text/javascript">
vargaJsHost=(("https:"==document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='"+gaJsHost+"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<scripttype="text/javascript">
try{
varpageTracker=_gat._getTracker("UA-53654300-1");
pageTracker._trackPageview();
}catch(err){}</script>
</body>
</html>