Skip to content

This is a minimal repo project that connects to a sqlite3 database and load simple extension

License

Notifications You must be signed in to change notification settings

wangfenjin/sqlite-java-connect

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQLLite3 with simple extension

This is a minimal repo project that connects to a sqlite3 database and load simple extensions.

In addition, for simplicity, rather that use a depency manager (i.e Maven etc), sqlite-jdbc-3.23.1.jar is checked into the same repo.

Download the simple extension from release page, which we already checked into this repo.

To run (from the repo root directory)

./run.sh

You should get the following output

Connection to SQLite has been established.
jieba_query: "我" AND "是" AND "中国" AND "人民" AND "的" AND "儿子" AND "," AND "我" AND "深情" AND "地爱" AND "着" AND "我" AND "的" AND "祖国" AND "和" AND "人民"
Found Henry Fonda

About

This is a minimal repo project that connects to a sqlite3 database and load simple extension

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 93.3%
  • Shell 6.7%