Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

spawnfest/spackle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spackle

This is an Erlang application designed to translate an Erlang data structure into a SQL statement. Think of it as kind of a thin ORM layer.

Example

{ok, Pid} = spackle_svr:start_link().
spackle_svr:insert(Pid, "TEST", [5, bar, "foo"]).
<<"INSERT INTO TEST VALUES (5, \"foo\", \"bar\")">>

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages