agilecreativity / clojure-sqlite-example

clojure-sqlite-example by agilecreativity

Home Page:https://github.com/agilecreativity/clojure-sqlite-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clojure-sqlite-example

Simple Clojure/SQLite3 example build from the idea of these two projects.

Setup database

To load the database from the given DDL file manually try

sqlite3 db/db.sqlite3 < createdb.sql

Basic Usage

lein run

Example interaction is in core.clj

Useful Links

License

Copyright (C) 2017 Burin Choomnuan

Distributed under the Eclipse Public License, the same as Clojure.

About

clojure-sqlite-example by agilecreativity

https://github.com/agilecreativity/clojure-sqlite-example

License:Eclipse Public License 1.0


Languages

Language:Clojure 100.0%