Book Image

haXe 2 Beginner's Guide

5 (1)
Book Image

haXe 2 Beginner's Guide

5 (1)

Overview of this book

Table of Contents (21 chapters)
haxe 2
Credits
Foreword
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Summary


So, in this chapter, we have learned quite a lot of things about how to manipulate data from databases with haXe.

Specifically, we covered how to connect to MySQL and SQLite databases, how to query those databases with the low-level API, and how to use the SPOD library in order to store, retrieve, modify, and delete objects from the database.

Now that we know how to use databases, we will learn how we can do some templating. That may prove to be useful to display our objects in a more elegant way. So, are you ready? Let's go on!