Skip to content

Commit

Permalink
First attempt at supporting SQLite
Browse files Browse the repository at this point in the history
  • Loading branch information
johncurrier committed Apr 22, 2010
1 parent 54d3cba commit 7d3fdbe
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/net/sourceforge/schemaspy/dbTypes/sqlite.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#
# see http://schemaspy.sourceforge.net/dbtypes.html
# for configuration / customization details
#

description=SQLite

connectionSpec=jdbc:sqlite:/<db>
db=path to database or :memory:

driver=SQLite.JDBCDriver

# Sample path to the SQLite drivers.
# Use -dp to override.
driverPath=sqlite.jar

0 comments on commit 7d3fdbe

Please sign in to comment.