Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
node-sqlite3
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
俞永鹏
node-sqlite3
Commits
17e85536
Commit
17e85536
authored
Jan 19, 2010
by
Eric Fredricksen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bookkeeping
parent
fde47fc1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
.gitignore
.gitignore
+1
-3
README
README
+2
-0
index.php
doc/index.php
+1
-1
No files found.
.
hg
ignore
→
.
git
ignore
View file @
17e85536
syntax:glob
build/
build
README.html
README.html
.svn
.svn
test.db
test.db
...
...
README
View file @
17e85536
...
@@ -8,4 +8,6 @@ The two files required to use these bindings are sqlite.js and
...
@@ -8,4 +8,6 @@ The two files required to use these bindings are sqlite.js and
build/default/sqlite3_bindings.node. Put this directory in your
build/default/sqlite3_bindings.node. Put this directory in your
NODE_PATH or copy those two files where you need them.
NODE_PATH or copy those two files where you need them.
Tested with Node version 0.1.18
(c) 2010 Eric Fredricksen - See permissive license terms at top of sqlite.js
(c) 2010 Eric Fredricksen - See permissive license terms at top of sqlite.js
doc/index.php
View file @
17e85536
...
@@ -57,7 +57,7 @@ The code lives at <a href=http://code.google.com/p/node-sqlite/>http://code.goog
...
@@ -57,7 +57,7 @@ The code lives at <a href=http://code.google.com/p/node-sqlite/>http://code.goog
<li>
Get the code
<li>
Get the code
<pre>
<pre>
$
hg clone https://node-sqlite.googlecode.com/hg/ node-sqlite
$
git clone git://github.com/grumdrig/node-sqlite.git
</pre>
</pre>
<li>
Configure and build
<li>
Configure and build
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment